/* CSS Document */

body, h1, h2, h3, h4, div, ol, ul, li, p, dl, dt, dd, form, table, caption, thead, tbody, tr, th, td, img {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #585858;
	background-color: transparent;
	border: 1px none;
	border-color: #d7d7d7;
}

body {
	background-color: #ffffff;
}

a {
	color:inherit;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#content {
	width: 600px;
	margin-left: -300px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 400px;
	border: solid 1px;
	border-color:inherit;
	position:relative;
	left: 50%;
}

#content div {
	padding:10px;
}

#footer {
	width: 600px;
	margin-left: -300px;
	margin-top: 20px;
	margin-bottom: 20px;
	position:relative;
	left: 50%;
	padding:10px;
}

.lineGrey {
	background-color:#d7d7d7;
	height:1px;
}

.shadow {
	box-shadow: 2px 2px 8px #d7d7d7;
	-moz-box-shadow: 2px 2px 8px #d7d7d7;
	-webkit-box-shadow: 2px 2px 8px #d7d7d7;
}

.roundCorner {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}