* {
    padding: 0;
    margin: 0;
} 

body {
	background-color: #404040;
	font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
	padding: 0;
    margin: 0;
}

img { border: none;}
a { color: #036DA7; text-decoration: none;}
a:hover { text-decoration: underline;}
a:visited { color: #036DA7; }



#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 844px;
	height: 736px;
	background: #fff;
	background-image: url(fullbackground3.jpg);
	background-repeat: no-repeat;
	background-color: #404040;

}

#header { height: 100px;}
#header h1 {color: #fff; font-size: 1.5em; padding: 15px 0 0 10px; font-weight: 100;}
#header h2 {color: #eee; font-size: 1.2em; padding: 0 0 0 10px; font-weight: 100;}

#breadcrumbs {
margin: 5px 50px 10px 100px; 

padding: 0px; 

}

#left {
width: 200px;
float: left;
background: #FFF;
color: #666;
} 
#left .box {
background: #f7f7f7;
margin-bottom: 10px;
padding: 5px;
color: #666;
}
#left h2 {
font-size: .9em; 
background: #424F6F;
height: 16px;
padding: 3px;
color: #fff;
}

#content {
	margin-top:29px;
	margin-left: 115px;
	margin-right: 0px;
	text-align: left;
	width: 665px;
	color: none;
	list-style-type: disc;
	padding-top: 2px;
	padding-left: 1px;
	list-style-position: inside;
}
#content h2 { color: #555; font-size: 1.4em;}

#content li {
	color: red;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 10px;
	
}
#content li span{
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
	
}
#lowercontent {
	margin-top:10px;
	margin-left: 100px;
	margin-right: 30px;


padding: 0 20
text-align: justify;
	width: 675px;
	color: none;
}
#footer {
	clear: both;
	color: #FFFFFF;
	text-align: left;
	margin: 10px 75px 0px 115px;
	padding: 8px 0px;
	font-size: 0.8em;
	background-color: #404040;
	text-decoration: none;
}
#footer a { color : #FFFFFF; text-decoration: none; }
#footer a:hover {color: #FF0000; text-decoration: underline; }
