@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.d1 { 
	font-size: 32px;
	font-weight: bold;
}

.d2 { 
	font-size: 15px;
	font-weight: bold;
}

.d3 { 
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.d4 { 
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

/*Home*/
#homeback {
	margin: 0px;
	width: 100%;
	background: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#homefoot{
	width: 920px;
	margin: 0 auto;
	padding-left: 40px;
	padding-top: 20px;
	text-align: left;
	
}

#homepic{
	width: 250px;
	position: relative;
	left: 620px;
	top: -615px;
}

#homelist{
width: 880px;
	position: relative;
	left: 0px;
	top: -720px;
	font-size: 18px;
	text-align: left;
}

#homelinks {
	font-size: 14px; 
 	text-align: right;
	width: 220px;
}

.mainpage a{
	color: #FFFF00;
	font-size: 18px;
	font-weight: bold;
	

}

.mainpage a:hover {
	text-decoration: none;
	color: #FF0000;
}

.rule{
	padding-top: 20px;
	padding-bottom: 20px;
	clear: left;
}

/*Main*/

.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Inside*/

#inmessage{
	width: 230px;
	position: relative;
	left: 690px;
	top: 90px;
	text-align: right;
}

#insideback {
	margin: 0px;
	width: 100%;
	height: 140px;
	background: url(../images/insideheader_main.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#maincontent {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#thumbcontain {
width: 760px;
}

.thumbtitle {
	vertical-align: middle;
}

.bodyleft{
	width: 590px;
	padding-right: 20px;
	float: left;
	clear: left;
}
.bodyright{
	width: 250px;
	float: left;
}

.liststyle1{
	margin-left: 30px;
	padding-left: 0px;
	list-style-type: disc;
}

#maincontent ul{

	margin-left: 50px;
	padding-left: 0px;
	list-style-type: disc;

}

.bio {
	float: left;
	width: 250px;
	padding-left: 20px;
}

.biopic{
float: left;
	width: 160px;
}

.leftbiopic{
	
float: left;
	width: 160px;
}

.biorow {
clear: both;
float: left;
padding-bottom: 40px;
width: 880px;
}

.carrotstyle{
	color: #FFFF00;
}

/*Contact*/

#maincontent .wrapper {
width: 400px;
float: left;
}


/*Nav*/


#nav {
	width: 100%;
	background: url(../images/navbar.gif);
	height: 40px;
}

#navbar {
	width: 920px;
	margin: 0 auto;
	height: 40px;
	padding-left: 40px;
}


#mainnav {
    width: 920px; height: 40px;
    background: url(../images/mainnav.gif);
    margin: 0px auto; padding: 0;
    position: relative;
	background-repeat: no-repeat;
}
	
#mainnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}

 #mainnav li, #mainnav a {
    height: 40px; display: block;
}

#n01 {left: 0px; width: 50px;}
#n02 {left: 64px; width: 88px;}
#n03 {left: 164px; width: 124px;}
#n04 {left: 300px; width: 84px;}
#n05 {left: 396px; width: 56px;}
#n06 {left: 464px; width: 146px;}

#n01 a:hover {
    background: transparent url(../images/mainnav.gif)
    -0px -40px no-repeat;}
#n02 a:hover {
    background: transparent url(../images/mainnav.gif)
    -64px -40px no-repeat;}
#n03 a:hover {
    background: transparent url(../images/mainnav.gif)
    -164px -40px no-repeat;}
#n04 a:hover {
    background: transparent url(../images/mainnav.gif)
    -300px -40px no-repeat;}
#n05 a:hover {
    background: transparent url(../images/mainnav.gif)
    -396px -40px no-repeat;}
#n06 a:hover {
    background: transparent url(../images/mainnav.gif)
    -464px -40px no-repeat;}
	
	
