/* CSS Document */

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

body {
background-image:url(../images/sidebar.jpg);
background-repeat:no-repeat;
background-position:top left;
font-size:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
}
table#info {
margin-left:35px;
}
table#info td {
font-size:0.750em;
}
h1, h2, h3, h4, h5, h6, #site_name {
font-family:"Times New Roman", Times, serif; line-height:1.5em;
}
ul { margin-bottom:20px;}
#site_name {
font-size:1.75em;
padding-left:170px;
padding-top:10px;
padding-bottom:5px;
clear:both;
border-bottom:solid 1px #666666;
}
#description {
font-size:0.750em;
line-height:1.65em;
padding-left: 170px;
padding-top:10px;
}
#wrapper {
	height: 559px;
	width: 750px;
}
#logo {
	text-align: center;
	font-size:0.75em;
	width: 100px;
	float: right;
	padding: 4px;
	border: 1px solid #C4592D;
	margin-bottom: 15px;
	margin-left: 20px;
}
#description_text {
	text-align: justify;
}
#wrapper #description #description_text ul {
	margin-left: 20px;
}

