html, body 
{
height: 100%
}


body
{
margin:0;
padding:0;
color:#303030;
background:url(img/bodybg.png) top left repeat-y;
font:76% Verdana,Tahoma,sans-serif;
}

#preheader
{
position:relative;
margin:0;
padding:0;
height: 30px;
background: #fff url(images/preheader.png) left repeat-x;
border-bottom:2px solid #fff;
text-align:center;
}

#header
{
position:relative;
margin:0;
padding:0;
height: 120px;
background: #fff url(images/sideheader.png) top left repeat-x;
border-top:1px solid #999;
border-bottom:1px solid #999;
text-align:center;
}

#postheader
{
position:relative;
margin:0;
padding:0;
height: 30px;
background: #fff url(images/postheader.png) left repeat-x;
border-top:2px solid #fff;
text-align:center;
}

#wrap
{

position:relative;
width:700px; 
margin:auto;
padding:20px 20px 10px 20px; 
background: #fff url(images/wrapbg.png) top repeat-y;
min-height: 100%;
height: 100%;
}



	
html>body #wrap
{
height: auto;
}

#wrap p
{
background: url(images/bgcode.png);
margin:0px 0px 20px 170px;
padding:0px 10px 0px 10px;
border: 1px solid #ccc;
line-height:1.8em;
text-align:justify;
}

#wrap img.header
{

margin:0px;
padding:0px;
float:right;
}

#wrap img.right
{

margin:5px 0px 5px 10px;
padding:0px;
border-top:4px solid #ddd;
border-left:4px solid #ddd;
border-right:4px solid #bbb;
border-bottom:4px solid #bbb;
float:right;
clear: right;
}

#wrap img.left
{
margin:0px 10px 0px 0px;
padding:0px;
border-top:4px solid #ddd;
border-left:4px solid #ddd;
border-right:4px solid #bbb;
border-bottom:4px solid #bbb;
float:left;
clear: right; 
}



#wrap ul.cust
{
background: url(images/bgcode.png);
margin:0px 0px 20px 170px;
padding:0px 10px 0px 20px;
border: 1px solid #ccc;
line-height:1.8em;
text-align:justify;
}

#wrap li.sd
{
margin:0px;
padding:0px 10px;

}

#content h2
{
	background-color: #E6E6E6;
	background: #760707 url(images/preh1.png) no-repeat;	
	padding: 0;
	margin: 0px 0px 0px 379px;
	line-height: 26px;
	width:11px;
}

#content h3
{
	background-color: #E6E6E6;
	background: #760707 url(images/posth1.png) no-repeat;	
	padding: 0;
	margin: 0px 0px 0px 379px;
	line-height: 26px;
	width:11px;
}

#content h3
{
clear:both; 
margin:30px 0 10px 0; 
color: #1E1E96; 
font-weight:normal; 
font-size: 2em; 
letter-spacing:-2px;
}

#footer
{ 
position: absolute;
width:740px;
height:20px; 
bottom:-25px;
left:0px; 
padding: 0;
text-align: left;
border-top: 1px solid #C0C0C0;
color: #ccc; 
}

#footer a
{
color:#ccc;
font-weight:normal;
text-decoration:none;
}


#designed
{ 
position: relative;
float:right;
width:200px; 
margin:-12px 0px 0px 0px;
padding: 0;
text-align: right;
}

#designed a
{ 
color: #AAA;
font-weight:normal;

text-decoration:none;
}


a
{
color:#d85d5d;
font-weight:bold;
text-decoration:none;
}

a:hover
{
color:#505050;
text-decoration:underline;
}

img
{
border:0;
}


a img
{
border:0;
}

a img:hover
{
border:0;
}

#nav {
	float: left;
	list-style-type: none;
	margin: 0px;
	width: 150px;
	font-size: .9em;
	background-color: #fff;
	padding: 0px 4px 0px 0px;
}


#nav a {
	display: block;
	background-color: #E6E6E6;
	padding: 0px;
	margin: 1px 1px 5px;
	text-decoration: none;
	color: #666;
	border: 1px solid #ccc;
	line-height: 26px;
	text-indent: 6px;
}

#nav a:hover {
	display: block;
	padding: 0px;
	margin: 1px 1px 5px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #0A0177;
	line-height: 26px;
	text-indent: 6px;
	background: #433AB6 url(images/button1.png) repeat-x; 
	font-weight: bold;
	font-size: 1.2em; 
}

#active {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-indent: 6px;
	font-weight: bold;
	border-right:3px solid #433AB6;  
}