* {
    padding: 0;
    margin: 0;
} 

body {
	background: #eee;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
    font-size: .74em;
}

a {
	color: #494CB2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header 
{
    margin: 0 auto;
    width: 800px;
	height: 120px;
	background: url('../images/clarity_header.jpg');
	background-repeat: no-repeat;
   
}

#header h1 { padding-left: 30px; padding-top: 22px; font-size: 1.4em; color: #FFF; }
#header h1 a { font-size: 1.4em; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 30px; padding-top: 0px; font-size: .8em; color: #FFF;}

#wrap {
    margin: 0 auto;
    width: 800px;
	background: #eee url('../images/midwrap.jpg');
	background-repeat: repeat-y;
}

#topwrap {
background: #eee url('../images/topwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#botwrap {
background: #eee url('../images/botwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#content {
padding: 0 30px 0 30px;
}

.left {
	float: left;
	width: 160px;
	background: url('../images/left-nav.jpg');
	background-repeat: no-repeat;
	height: 220px;
	margin: 0 10px 0 10px;
}

#leftNavigationLink a {
	width: 140px;
	height: 15px;
	display: block;
	font-size: 14px;
	background: #4B4DB3; 
	text-align: center;
	vertical-align: middle;
	margin-left: 4px;
	margin-bottom:2px;
	padding: 5px;
}

#leftNavigationLink a:link, #leftNavigationLink a:visited {
	color: #FF9900;
	font-weight: bold;
	background: #4B4DB3; 
	text-decoration: none;
}
#leftNavigationLink a:hover, #leftNavigationLink a:active {
	color: #FFF;
	background: #ccc;
}


.right {
	float: left;
	width: 520px;
	margin: 0 10px;
	font-size: 1em;
	color: #222;
	
}

.right h1 { 
	color: #FF9900; 
	text-align: center;
	font-size: 16px; 
	margin-bottom: 10px;
}
.right h2 { 
	color: #494CB2; 
	font-size: 14px; 
	margin-bottom: 10px;
	border-top: 1px solid #9C9985;
	border-bottom: 1px solid #9C9985;
}

.right h3 { 
	color: #494CB2; 
	font-size: 12px; 
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9C9985;
}

.right p { 
	font-size: 12px; 
	margin-bottom: 10px;
}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee;
}

img { 
 	border: none;
}