/* General Configs */

body {
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	color: #666;
	background-color: #fff;
	margin: 0 auto;
	width: 750px;
	background: url("/assets/images/bg-grey.png") repeat-x top left;
}


h1 {
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size:16px;
	line-height: 1em;
	font-weight: 900;
}

#header {
	height: 60px;
	width: 730px;
}

.strong {
	font-weight: bold;
}

#header h1 {
	padding-top: 20px;
	font-size: 30px;
	font-weight: normal;
	color:#cc6600;
}

#header h2 {
	margin-left: 10px;
}

#container {
	width: 730px;
	margin-bottom: 5em;
	padding-top: 30px;
}

h1 {
	font-weight: bold;
}

h2 {
	color: #ccc;
	margin-bottom:2em;
}

.content {
	width: 450px;
	padding-top: 20px;
	padding-right: 20px;
	margin-right: 20px;
}

.content h2 {
	font-size: 12px;
	color: #666;
}

#sitemap {
	float: right;
	width: 200px;
	padding-top: 20px;
	padding-left: 20px;
}

a {
	color: #cc6600;
}

a:hover {
	color: #999;
}

li {
	/*margin-bottom: 2em;*/
}

form {
	height: 15px;
}

input {
	border: 1px solid #ccc;
	background-color:#fff;
	font-size: 11px;
	padding: 1.5px;
	color: #666;
}

.title {
	font-size: 110%;
	font-style: italic;
}