/* CSS Document */
body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(../images/side2.jpg);
	background-repeat: repeat-y;
	background-color:#ffffff;
}

.topBar{
	background-image: url(../images/top2.jpg);
	background-repeat: repeat-x;
}

.mainContent{
	/*background-image: url('/viper/images/snake.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 1000px;*/
	font-family: Arial, Verdana;
}

.sideNav{
	font-family: Arial,Verdana;
	font-weight: bold;
	font-size: 15px;
	padding-top: 15px;
	padding-left: 15px;
	width: 120px;
}

.topNav{
	font-family: Arial,Verdana;
	font-weight: bold;
}



.sideNav a:link {
	color: white;
}

.sideNav a:visited {
	color: white;
}

.sideNav a:active {
	color: black;
}

.sideNav a:hover {
	color: black;
}

.topNav a:link {
	color: maroon;
}

.topNav a:visited {
	color: maroon;
}

.topNav a:active {
	color: FF3399;
}

.topNav a:hover {
	color: black;
}
a:link {
	color: #999999;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #999999;
}

#ob {
float:right;
position:relative;
height:17px;

}
