/* CSS Document */
html 
	{
	font-size: 125%;
	font-family: Arial, Helvetica, sans-serif; 
	}

* 
	{ 
	padding: 0; margin: 0; 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	}
	
/*start of text styles*/
	
.form 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	}

p 
	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #666666;
	line-height: 25px;
	text-align:left;
	}

.title 
	{
	color: #5A8936;
 	font-size: small;
	}

.centered_title 
	{
	color: #5A8936;
	text-align: center;
	}
	
a:hover, a:active, a, a:visited 
	{
	color: #5A8936;
	}
	

/*Begining of Layout*/

body 
	{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-color: #E1E4B1;
	margin: 0px;
	font-size: 50%;
}








#bod 
	{
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0%;
	background-color: #E1E4B1;
	margin: 0px;
	font-size: 50%;
}

#wrapper 
	{
	width: 700px;
	height: 900px;
	margin: 0px;
	position: static;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}

#top 
	{
	height: 333px;
	width: 700px;
	float: left;
	margin: 0;
	color: #363636
	}


#main 
	{
	height: 500px;
	width: 700px;
	float: left;
	margin: 0;
	}
	
	#main_home 
	{
	height: 550px;
	width: 700px;
	float: left;
	margin: 0;
	}
	
#footer
	{
	background-color:#999999;
	height: 50px;
	width: 700px;
	float: left;
	margin-top: 0;
	}
	
/*secondary div*/

#label 
	{
	width: 700px;
	height: 50px;
	float: left;
	margin: 0;
	}

#main_inside 
	{
	width: 700px;
	height: 425px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}
	
	#main_inside_home 
	{
	width: 740px;
	height: 425px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

#text_home 
	{
	width: 700px;
	height: 550px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}
/*graphic elements*/


	#text 
	{
	width: 640px;
	height: 400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	}
/*graphic elements*/

.img {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	}

.img2 {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	float: left;
	}

/*galler section*/
#wrapper2 
	{
	width: 700px;
	height: 1000px;
	margin: 0px;
	position: static;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}

#main2 
	{
	height: 600px;
	width: 700px;
	float: left;
	margin: 0;
	}

#main_inside2 
	{
	width: 700px;
	height: 540px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	float: left;
	}

#text2 
	{
	width: 640px;
	height: 525px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	}

#movie {
	margin-left: 150px;
	margin-right: 25%;
	}
	
