@charset "UTF-8";

body  {
	font: .85em "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #333 url(_images/topwave.png) top repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #CCC;
}

.twoColFixRtHdr #container { 
	background: transparent;
	width: 960px;  
	margin: 0 auto; 
	text-align: left; 
	position: relative;
} 

.twoColFixRtHdr #header { 
	background: transparent;
	height: 120px;
	padding: 0 10px 0 30px;
} 

.twoColFixRtHdr div#header h1 {
	margin: 0;
	padding: 65px 0px 20px 15px;
	font-size: 16px;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #FFF;
}

.twoColFixRtHdr #sidebar1 {
	float: right; 
	width: 122px; 
	height: 400px;
	background: transparent url(_images/blue_trans_260.png) top repeat-x;;
	padding: 140px 15px 0px;
	color: #999;
	font-size: 11px;
	line-height: 18px;
	position: absolute;
	top: 0px;
	right: 70px;
}

#sidebar1 #name {
	font-weight: bold;
	color: #DDD;
}

#sidebar1 a {
	color: #09F;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #00c492;
}

.twoColFixRtHdr #mainContent { 
	margin: 0px; 
	width: 630px;
	padding: 0 20px; 
} 

.twoColFixRtHdr #footer { 
	background: transparent;
	border-top: solid #000 1px;
	margin-bottom: 10px;
	color: #777;
	text-align: left;
	font-size: 10px;
	letter-spacing: .03em
} 

.twoColFixRtHdr #footer ul{
	margin: 0px 0px 10px 718px;
	padding: 0px 0px 0px 20px;
}

.twoColFixRtHdr #footer ul li{
	list-style: none;
	display: block;
	height: 15px;
	width: 207px;
	padding: 10px 0px 0px 15px;
	border-bottom: dashed #000 1px;
}

.twoColFixRtHdr #footer a { 
	color: #777;
	text-decoration: none;
}

.twoColFixRtHdr #footer a:hover { 
	color: #C0F;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#container #mainContent {
	height: 600px;
}

#mainContent img {
	position: absolute;
	top: 280px;
	left: 80px;
}


