
/* Top Elements */
* { margin: 0; padding: 0; border: 0px none;  }

body {
	background: #fff;
	font: 1em Tahoma, Verdana, Arial, sans-serif;
	color: #666666; 
	text-align: left;
	margin: 0;
	border: 1px solid #ccc;
}

/* links */
a, a:visited {
	color: #F77A00; 
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #336699;
	background-color: inherit;
	
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 
	text-transform: uppercase;
	font-size: .8em;	
	color: #344377;
	padding-bottom:10px;	
	border-bottom: 2px solid #344377;
}

p {
	font-size: .8em;	
	font-weight: normal;
}

ul, ol {
	font-size: .8em;
	margin: 10px 20px;
	padding: 0 20px;
}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 500;
	margin: 20px auto;
	text-align: left
}

#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 490px;	
	padding: 0; 	
	background: #FFF;	
	border-top: 5px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;	
	display: inline;
}





blockquote {
	margin: 0px;
 	background: #DEE7EF;
	color: #666; font-style:normal; font-variant:normal; font-size:1.1em; font-family: Tahoma, Verdana, Sans-serif; 
	
}




/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
