/*----- pg1 ----*/
/*----- all ----*/
*{
	padding: 0px;
	margin: 0px;
}

/*----- background ----*/
body{
	
	font-family: "Century Gothic" sans-serif;
	font-size: 11pt;
	color: #3d3704;
}
html {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

/*----- wrapper ----*/
#page {
        position: absolute;
	top: 0px;
	left-align: center;
	height: 100%;
	width: 100%;
	overflow: auto;
}
#wrapper{
	width: 760px;
        margin: 0 auto;
        margin-top: 65px;
       
	

}
#wrapper2{
        display: block;
	width: 762px;
        margin: 0 auto;
        margin-top: 65px;
        
	
}
#background_image {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	
}

/*----- header ----*/
#header{
	
	height: 227px;
	width: 586px;
	background: url(../images/header13.png) top left no-repeat;
}


/*----- nav ----*/
#nav{
	color: #fff;
	padding-top: 65px;
 	padding-left: 605px;
	margin: 0 auto;
	font-size: 14pt;
}
#nav ul{
	list-style: none;
}

#nav a:link{
	color: #fff;
	text-decoration: none;	
}	 

#nav a:visited{
	color: #FFF;
	text-decoration: none;
}
	
#nav a:hover{
	color: #6fdb1b;
	font-size: 100%;	
}
	
#nav a:active{ 
	color: #fff;
	text-decoration: none;
}

#nav #last{
	border: none;
}


/*----- left ----*/
#left{
	float: left;
	width: 467px;
	margin-left: 94px;	
}

#left h2{
        font-family: "Century Gothic" sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	font-size: 12pt;		
}


#left h4{
        font-family: "Century Gothic" sans-serif;
	margin-top: 18px;
        margin-bottom: 18px;
	margin-left: 30px;
	float: left;	
        font-size: 12pt;
}

#left p{
	font-size: 11pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	clear: left;
}

#lefttop{
	margin: 0 auto;
	height: 13px
	background: url(../images/leftdiv.png) no-repeat;
}


#leftrepeater{
	margin: 0 auto;
	background: url(../images/leftrepeater.png) repeat-y;
}
#leftrepeater h2{
       font-family: "Georgia", serif;	
}



#leftbottom{
	margin: 0 auto;
	height: 15px;
	background: url(../images/leftbottom.png) no-repeat;
	padding-top: 10px;
}


/*----- right ----*/
#right{
	float: left;
	width: 161px;
	margin-left: 8px;
}
	
#right ul{
	list-style: none;
	margin-left: 10px;
}

#right h3{
	margin-left: 5px;
	font-size: 100%;
	
}

#righttop{
	margin: 0 auto;	
	height: 15px; 
	background: url(../images/rightdiv.png) no-repeat;	
}

#rightrepeater{
	margin: 0 auto;
	background: url(../images/rightrepeater.png) repeat-y;
	font-size: 11pt;
	text-decoration: none;
        padding: 5px;
}
#rightrepeater h4 a{
	font-size: 11pt;
	text-decoration: none;
        color: #ff7f00;
}
#rightrepeater h4{
	padding: 5px;
}

#rightbottom{
	margin: 0 auto;	
	height: 15px; 
	background: url(../images/rightbottom.png) no-repeat;
}


/*----- content ----*/
.content{
	margin-left: 355px;
}
#content form{
	margin-left: 15px;
	
}

#content form dl dd input{
	background: #3d3704;
        color: #ffffff;
        font-family: "Century Gothic" sans-serif;
        font-size: 10pt;
}
#content form dl dt label{
	color: #3d3704;
	
}

#content form dl dd imput name{
	background: #3d3704;
	
}
#content form dl dd textarea{
	background: #3d3704;
        color: #ffffff;
        font-family: "Century Gothic" sans-serif;
        font-size: 11pt;
        padding:5px;
        width: 555px;
	
}

#content{
	margin-left: 93px;
	width: 635px;
	background: url(../images/content.png) repeat-y;
	clear: left;
        padding: 10px 10px 10px 10px 
}
#contentvid{
	margin-left: 93px;
	width: 635px;
	background: url(../images/content.png) repeat-y;
	clear: left;
        padding: 15px; 
}

#contentbookmarks{
        margin-left: 93px;
	width: 635px;
	background: url(../images/content.png) repeat-y;
	clear: left;
        padding: 15px; 
}

#contentbookmarks ul li a{
        text-decoration: none;
	background: url(../images/content.png) repeat-y;
	color:#FF7F00; 
        padding-left: 15px; 
}
#contentbookmarks ul{
        text-decoration: none;
        list-style-type:none;
}
#contentbookmarks h4{
        padding-left: 15px;
}
        

        

#content h4{
        font-family: "century Gothic" sans-serif;
	margin-left: 20px;
	padding-top: 10px;
}

#content p{
	font-size: 11pt;
	margin: 10px 10px 10px 10px;
        width: 590px;
        padding: none;

}
#content div{
	margin: 10px;
        padding: 10px;
 	width: 635px;
        height: 14pt
}



/*----- footer ----*/

#footer{
	height: 175px; 
	width: 760px;
	background: url(../images/footer.png) no-repeat;
        padding-top: 40px;
}

#footer p{	
	margin-left: 332px;
	font-size: 80%;
	width: 280px;
	padding-top: 40px;
}
	
#footer ul{
	font-size:14pt;
	list-style: none;
	float: left;
	margin-left: 650px;
	padding-top: 10px;
}


/*----- blog page ----*/
/*----- leftblog ----*/
#leftblog{
	float: left;
	width: 467px;
	margin-left: 94px;	
}

#leftblog h2{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	font-size: 12pt;		
}

#leftblog h4{
	margin-top: 18px;
	margin-left: 10px;
	float: left;
	font-size: 11pt;	
}

#leftblog p{
	font-size: 11pt;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	clear: left;
}

#lefttopblog{
	margin: 0 auto;
	height: 13px
	background: url(../images/leftdiv.png) no-repeat;
}


#leftrepeaterblog{
	margin: 0 auto;
	background: url(../images/leftrepeater.png) repeat-y;
}


#leftbottomblog{
	margin: 0 auto;
	height: 15px;
	background: url(../images/leftbottom.png) no-repeat;
	padding-top: 10px;
}


/*----- rightblog ----*/
#rightblog{
	float: left;
	width: 161px;
	margin-left: 8px;
}
	
#rightblog ul{
	list-style: none;
	margin-left: 10px;
}

#rightblog h3{
	margin-left: 5px;
	font-size: 16pt;
	
}

#righttopblog{
	margin: 0 auto;	
	height: 15px; 
	background: url(../images/rightdiv.png) no-repeat;	
}

#rightrepeaterblog{
	margin: 0 auto;
	background: url(../images/rightrepeater.png) repeat-y;
	font-size: 11pt;
	text-decoration: none;
}

#rightbottomblog{
	margin: 0 auto;	
	height: 15px; 
	background: url(../images/rightbottom.png) no-repeat;
}

/*----- thumbnail ----*/

.thumbnail{
	display: inline;
	
 }
 .thumbnail ul li a img{
        border:solid 1px;
 }

.thumbnail ul li {
	display: inline;
        padding-right 2px;
}

/*----- admin ----*/

#content dd{
	list-style: none;
	color: #fff;
	
}

#content dt{
	list-style: none;
	color: #fff;
}

#content dl{
	list-style: none;
	color: #fff;
}
#content ul li{
        display: inline;
	list-style: none;
	margin-left: 10px;
	width: 300px;
}

#content ul li a{
	color: #ff7f00;
        
}

#content h3{
	font-family: "Century Gothic" sans-serif;
	margin-left: 15px;
}
#content h2{
        font-family: "Century Gothic" sans-serif;
	margin-left: 15px;
}

#content h1{
	font-family: "Century Gothic" sans-serif;
	margin-left: 15px;
}

#content p a:link{
	color: #ff7f00;
}

#content div{
	font-size: 11pt;
	margin-left: 5px;
        padding: 10px;
}


#rightrepeater h3 a{
	color: #ff7f00;
}

#content a:link{
	color: #ff7f00;
}

#content li a:{
	color: #ff7f00;
}

#content li{
	list-style: none;
}

#content a:visited{
	color: #fff;
}

#content a img{
	margin-left: 5px;
        padding: 10px;
	}
	
/*----- flash player ----*/

#flashcontent{
        display: inline;
}

}


/*----- flash player ----*/

#content form dl dd textarea # content{
	margin-left: -200px;
	background-color:  #3d3704;
        padding: 5px 10px 5px 10px;
}