body {
	background: #fff url('images/bg3.jpg') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center; /* IE Fix */
	margin: 0px;
	color: #666;
	padding: 0px;
	}

a, a:visited { text-decoration: none; color: #336699; border-bottom: 0px dashed #336699; }
a:hover { border-bottom: 1px dashed #444444; color: #336699; }

p {
 	font-size: 70%;
	
	}

#container {
	margin: 0 auto;
	width: 760px;
	background: #fff;
	border: 1px solid #444;
	text-align: left; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
	}
	
#header {
	background: #FFFFFF url('images/header.jpg') no-repeat;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	padding-left:30px; padding-right:30px; padding-top:28px; padding-bottom:28px
	}	

#sidebar {
	font-size: 80%;
	float: left;
	width: 175px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	border-top: 1px solid #ddd; 
	background: #fff url('images/para_bg.jpg') repeat-x; 
	}
	
#sidebar ul {
	font-size: 80%;
	padding: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}

#sidebar h4 { 
	font-size: 85%; 
	color: #666666;
	margin: 0 10px 0 0; 
	border-bottom: solid 1px #666666;
	padding: 1px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 3px;

}

#sidebar a, a:visited { text-decoration: none; color: #336699; border-bottom: 0px dashed #336699; }
#sidebar a:hover { border-bottom: 1px dashed #444444; color: #336699; }

img {
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px;
	float: left;
}

#content h1, h2, h3, h4 {
	font-size: 90%;
	color: #BC440F;
	margin: 0 10px 0 0;
	border-bottom: 1px solid #BC440F;
	padding: 0px 0px 4px 18px;
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 2px -1px;
		}
	
#content {
	padding-top:0px;
	float: left;
	width: 550px;
	position: relative;
	margin-left: 20px;
	line-height: 15px; 
	text-align: justify; 
	word-spacing: 2px;	
	}		
	
#content div{
	font-size: 90%;
	padding: 2px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	}	
	
#content a, a:visited { text-decoration: none; color: #336699; border-bottom: 0px dashed #336699; }
#content a:hover { border-bottom: 1px dashed #444444; color: #336699; }

#footer {
	text-align: left;	
	font-size: 70%;
	padding: 10px;
	line-height: 16px;
	clear: both
	}
