@charset "UTF-8";
/** VITRATHENE LAYOUT CSS **/

/** RESET DEFAULT BROWSER STYLING **/

* {
	padding:0;
	margin:0;
	}

a {
	text-decoration:none;
	}
	
img {
	border:0;
	}
	
/*ul, li {
	list-style:disc outside none;
	}*/
	
body {
	font-size:62.5%;
	color:#333333;
	background-color:#efefef;
	}
	
	
/** DEBUG TOOLS **/

/*div{border:1px dotted red;}
*/
/** LAYOUT CODING **/

#wrap {
	float:left;
	position:relative;
	width:100%;
	margin:0px;
	background-color:#ffffff;
	background-image:url(../images/background-grad.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}

#container {
	position:relative;
	width:955px;
	margin:0px auto;
/*	background-color:#ffffff;*/
	}

#right {
	position:relative;
	float:right;
	clear:right;
	width:648px;
	padding: 0px 30px 0px 20px;
	}
	
#header {
	position:relative;
	clear:both;
	width:650px;
	height: 110px;
	}

#title {
	position:relative;
	clear:both;
	width:360px;
	padding:30px 90px 10px 200px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	}
	
#contentContainer {
	position:relative;
	float:right;
	clear:both;
	width:650px;
	}
	
#content {
	position:relative;
	float:right;
	clear:right;
	width:450px;
	padding:10px;
	}
	
#contentNotes {
	position:relative;
	float:left;
	clear:left;
	width:158px;
	padding:10px;
	}
	
#footer {
	position:relative;
	float:right;
	clear:both;
	width:630px;
	padding:5px 10px;
	border-top:1px solid #CCCCCC;
	}
	
#left {
	position:relative;
	float:left;
	clear:left;
	width:223px;
	padding:10px 20px 10px 10px;
	border-right:1px solid #999999;
	background-image:url(../images/left-footer-bars.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#logo, #mainNav, #address {
	position:relative;
	clear:both;
	padding:10px;
	width: 200px;
	}
	
#logo {
	border-bottom:1px solid #CCCCCC;
	}
	
#mainNav {
	padding-bottom:30px;
	}
	
#address {
	border-top:1px solid #CCCCCC;
	padding-top:30px;
	}

	
.headerDiv {
	float:left;
	width:150px;
	margin-left:16px;
	margin-top:15px;
	}
	
.leftHeaderDiv {
	float:left;
	width:150px;
	margin-left:0px;
	margin-top:15px;
	}