*{ margin: 0;
 padding: 0;
 }*

body { 
font: .8em Arial, Sans-Serif;
line-height: 1.8em;
background: #333;
color: #444;

}

a {

COLOR: #6587E0;
text-decoration: none;

}

a:visited {

COLOR: #6587E0;
text-decoration: none;

}

a:hover {

COLOR: #333;
text-decoration: underline;

}

h1 { 
COLOR: #6587E0;
margin: 0 0 10px;
padding: 10px 0 3px;

}

h2 { 
COLOR: #6587E0;
margin: 0 0 10px;
padding: 10px 0 3px;

}

h3 { 
COLOR: #6587E0;
 padding-left: 10px;
 color: #fff;
 background: #FE7B09 url(images/bg.jpg) repeat-x;
 font-size: 1em;
 height: 24px;
 line-height: 24px;
 }
 
ul {  
 padding: 0;
 margin: 0 0 10px;

}

li { 
 list-style-type: none;
}

p { 

margin: 5px 0 10px 0;

}

img { 
border: none;

}

#header {
position: absolute;
width: 760px;
top: 27px;
background: #FE7B09 url(images/header1.jpg) repeat-x;
height: 215px;

}
#header h4 {
font-size: 30px;
font-weight: 100;
letter-spacing: -1px;
padding: 92px 0 5px 80px;
}
#header h4 a {
color: #000;
text-decoration: none;
}

#header h4 a:hover {
color: #000;
text-decoration: none;
}

#header h2 {
color: #a4a4a3;
font-size: 19px;
font-weight: 100;
padding: 0 0 0 80px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap { padding: 10px 10px 3px 10px;
 width: 760px;
 margin:20px auto;
 background: #fff;
}

#left { 
 float: left;
 width: 180px;
 background: #CFDDFF;
 margin-bottom: 10px;
 margin-top: 20px;
}

#left ul { padding: 5px 10px 10px 10px;
 margin: 0;
 }

#right { margin-bottom: 10px;
 float: right;
 width: 550px;
 padding: 0 10px 10px 10px;
 margin-top: 10px;
}
	
#footer { font-size: 11px;
 text-align: center;
 border-top: 1px solid #ccc;
 padding: 10px 5px;
 }

#content {
	clear:both;
	width: 760px;
	position: relative;
	margin-top: 222px;
}

#topMenu{
	position: relative;
	padding: 0 0 0 8px;
	text-align: left;
	color: #6587E0;
	font-size: 11px;

}

#topMenu a{
	color: #6587E0;
}


.class {
	clear: both;
}
