/* CSS Document */
body {
	margin : 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 1em;
}
/*.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
*/


#wrapper  {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
}

#top {
	position: absolute;
	height: 120px;
	width: 100%;
	top:0px;
	border:0px none;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	left: 0px;
}
.title {
	position: absolute;
	top: 35px;
	left: 300px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.contactuslink a{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	top: 85px;
	left: 600px;
	text-decoration: none;
}
.contactuslink a:hover {
	color: #CCCCCC;
}

#left {
	position: absolute;
	height: 1700px;
	width:155px;
	top:110px;
	list-style-type: none;
	background-color: #FFFFFF;
	color: #000000;
}

#navigation {
	width: 155px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style-type: none;
}
#navigation li a{
	display: block;
	padding: 5px 5px 5px 0px;
	color: #000000;
	text-decoration: none;
	font-size: .7em;
	font-weight: bold;
}
#navigation li a:hover{
	color: #CCCCCC;
}


#main {
	position: absolute;
	top: 110px;
	left: 160px;
	background-color: #FFFFFF;
	width: 550px;
	height: 1700px;
	color: #000000;
	font-size: .8em;
	
}
#main a{
	text-decoration: underline;
	color: #000000;
}
#main a:hover{
	color: #0000FF;
}
#insidemain{
	position: relative;
	top: 10px;
	left: 10px;
	width: 500px;
	height: auto;

}
.leftimg{
	float: left;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
.rightimg{
	float: right;
	border: 1px solid #000000;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;

}

.clear{
	clear: both;
}
#footer{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
