/* General body link states */
a:link {
	color: #333333;
	text-decoration: none;
	font-weight:bolder;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight:bolder;
}
a:hover {
	color: #a7a1a1;
	text-decoration: none;
	font-weight: bolder;
}

/* body css attributes */
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color: #FFFFFF;
	background:url(bg-left1.png) left top repeat-y ;

	
}

h1, h2, h3 {
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
h1, h2 {
	margin-top: 5px;
	background-color:#e6e6e6;
	font-size:17px;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	background-color:#e6e6e6;
}

h4 {
	font-size: 16px;
	padding-bottom: 0em;
	padding: 0em;
	margin-bottom: 0em;
	text-align: left;
	margin-left: 5px;
}

p {
	margin-left: 5px;
}
hr {
	border: 0;
	width: 60%;
	border-top: 1px dashed #666666;
/*   border-bottom: 1px solid #666666; */

	height: 4px;
}

form {
 margin-left: 5px;
}

#head {
	background-color: #FFFFFF;
	top: 0px;
	position:absolute;
	margin: 0px;
	margin-left: 16px;
	left: 0px;
	height: 125px;
	width: 800px;
	
	}

#sideblock {
	width: 180px;
	height: 400px;
	position: absolute;
	left: 635px;
	top: 128px;
}

#random {
	position: relative;
	width: 180px;
	height: auto;
	background-color:#d9d9d9;
	top: 0px;
	
}
#random p {
	margin-bottom: 5px;
}

#menu {
	position:relative;
	height:auto;
	background-color: #c0c0c0;
	height: 20px;
	width: 800px;
}
#menu ul {
	position:relative;
	font-size:14px;
	list-style: none;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 2px;
	float:right;
	width:auto;
}
#menu li {
	float: left;
	background-color: #d9d9d9;
	margin-right: 5px;
}

#content {
	position: absolute;
	left: 125px;
	top: 128px;
	width: 500px;
	height: auto;
	background-color: #eeeaea;

}

#content ul {
	list-style:none;
	list-style-type: none;
	width: auto;
	margin-left: -3em;
	
}


#content li {
	width: auto;
	margin-left: 0px;
	text-align: center;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: dashed #333333;
	text-indent: 0px;
	padding-left: 0px;
	
}


	
