/* Google Fonts API */
	@import url('http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold');

body {
	background: #f3ebe9;
	font-family: Droid Sans, Sans-Serif; 
	font-size: 10pt; 
	cursor: crosshair;
	text-align: center;
	margin: 10px auto;
}


#container {
	background-color: #e8d3ba; 
	width: 659px; 
	margin: 0px auto;
}

#header {
	background: url('images/header.png');
	width: 659px;
	height: 443px;
	margin-bottom: 0px;
	text-align: center;
	margin: 0px auto;
} 


#content {
	width: 639px;
	height: auto;
	float: left;
	text-align: justify;
	padding: 10px;
	margin: 0 auto;
}


#nav {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: -5px;
	text-align:center;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav li a {
	background: transparent;
	width:auto;
	padding: 12px;
	margin: 0px;
	color:#ff3600;
	font-family: Arial, Sans-Serif;
	font-style: italic;
	font-size: 14px;
	letter-spacing:1px;
	text-decoration:none;
	border-bottom:none;
	text-align:center;
}

#nav li a:hover {
	background: transparent;
	color: #181948;
	text-decoration:none;
	text-align:center; 
}

#footer {
	background: transparent;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	border-top: 1px solid #ff3600;
	clear: both;
	padding-top: 5px;
	padding-bottom: 10px;
} 

#footer a, a:link, a:visited { 
	text-decoration: none; 
	color:#7e4550; 
	cursor: ne-resize; 
	font-size: 8pt; 
	border-bottom: none; 
	font-weight: bold;
}

#footer a:hover { 
	text-decoration:none;
	color:#181948;
	cursor: ne-resize;  
	border-bottom: none; 
	font-weight: bold;
}

a, a:link, a:visited { 
	text-decoration: none; 
	color:#7e4550; 
	cursor: ne-resize; 
	font-size: 10pt; 
	border-bottom: none; 
	font-weight: bold;
}

a:hover { 
	text-decoration: none;
	color:#181948;
	cursor: ne-resize; 
	font-size: 10pt; 
	border-bottom: none; 
	font-weight: bold;}

b {
	font-weight: bold;
	color: #ff3600;
}


i {
	font-style: italic;
	color: #181948;
}


u {
	text-decoration: underline;
	color: #181948;
	border-bottom: 1px dashed #181948;
}

p {
	margin-bottom: 10px;
}


blockquote {
	border-left: 5px solid #ff3600;
	padding: 5px;
	margin-left: 50px;
}

h1 { 
	display: block;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 15pt; 
	color: #202023; 
	text-decoration: none; 
	font-style: italic;
	text-transform: lowercase;
	height: 13px}

.codesort li {
	display: block;
	position: relative;
	padding-right: 0.5em;
	}

.codesort h2 { 
	display: block;
	margin-left: auto; 
	margin-right: auto;  
	text-align: left; 
	font-family: Arial, sans-serif; 
	font-size: 12pt; 
	color: #202023; 
	text-transform: lowercase;
	text-decoration: none;
	height: 13px;
}

a img {
	margin: 5px;
	border-bottom: none;
	text-decoration: none;
}