body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

html, body
{
	height:100%;
}


a:visited {
	text-decoration: none;
}
a:link {
	text-decoration:none;	
}
a:active {
	text-decoration : none;	
}
a:hover {
	text-decoration : underline;	
}

#bg1 {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 50%;
	text-align: center;
	background: #A5AE38;
}
#bg2 {
	position: absolute;
	left: 0px;
	top: 50%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FF9C00;
}


#bgcont1
{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -385px;
	padding: 0px;
	border: 0px;
	width: 770px;
	height: 100%;
	text-align: center;
	background: url(/img/bg_green.gif)
}

#bgcont2
{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -385px;
	padding: 0px;
	border: 0px;
	width: 770px;
	height: 100%;
	text-align: center;
	background: url(/img/bg_orange.gif)
}

#container
{
	position: absolute;

	left: 50%;
	top: 0px;
	margin-left: -385px;
	padding: 0px;
	border: 0px;
	width: 770px;
	height: 100%;
	min-height: 152px;
	text-align: center;

}

#header
{
	height: 23px;
	background: url(/img/bg_top.gif) no-repeat;
}

#main
{
	width: 663px;
	bottom:35px;
	padding: 0px;
	margin: 0px;
	left: 56px;
	position:absolute;
	text-align: center;
	color:#FFFFFF;
}

#footer
{
	width:100%;
	height: 35px;

	bottom:0px;
	padding: 0px;
	margin: 0px;
	//margin-left: -385px;
	position:absolute;
	text-align: center;
	background: url(/img/bg_foot.gif) no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #35470B;
}

#footer a:visited {
	text-decoration: none;
	color: #35470B;
}
#footer a:link {
	text-decoration:none;	
	color: #35470B;
}
#footer a:active {
	text-decoration : none;	
	color: #35470B;
}
#footer a:hover {
	text-decoration : underline;	
	color: #35470B;
}

#menu
{
	height: 152px;
	text-align: center;
	background:#FFFFFF;
}

#content
{
	width: 662px;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}


.content_title
{
	padding-top:20px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}

.content_text
{
	padding-top:0px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	vertical-align:top;
}


.content_green
{
	background-color: #DFE2BB;
	background-image: url(/img/bg_content_green.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #393D04;
}

.content_green a:visited {
	text-decoration: none;
	color: #393D04;
}
.content_green a:link {
	text-decoration:none;	
	color: #393D04;
}
.content_green a:active {
	text-decoration : none;	
	color: #393D04;
}
.content_green a:hover {
	text-decoration : underline;	
	color: #393D04;
}


.content_thistle
{
	background-color: #EEE4E8;
	background-image: url(/img/bg_content_thistle.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #955D73;
}

.content_thistle a:visited {
	text-decoration: none;
	color: #955D73;
}
.content_thistle a:link {
	text-decoration:none;	
	color: #955D73;
}
.content_thistle a:active {
	text-decoration : none;	
	color: #955D73;
}
.content_thistle a:hover {
	text-decoration : underline;	
	color: #955D73;
}



.content_violet
{
	background-color: #CCB8C0;
	background-image: url(/img/bg_content_violet.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7E4B5C;
}

.content_violet a:visited {
	text-decoration: none;
	color: #7E4B5C;
}
.content_violet a:link {
	text-decoration:none;	
	color: #7E4B5C;
}
.content_violet a:active {
	text-decoration : none;	
	color: #7E4B5C;
}
.content_violet a:hover {
	text-decoration : underline;	
	color: #7E4B5C;
}



.content_gallery
{
	background-color: #CCB8C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #7E4B5C;
}

.content_gallery a:visited {
	text-decoration: none;
	color: #7E4B5C;
}
.content_gallery a:link {
	text-decoration:none;	
	color: #7E4B5C;
}
.content_gallery a:active {
	text-decoration : none;	
	color: #7E4B5C;
}
.content_gallery a:hover {
	text-decoration : underline;	
	color: #7E4B5C;
}



/*style for index*/

#main_index {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 770px;
	height: 470px;
	margin-left: -385px;
	margin-top: -235px;
}

#content_index {
	display: block;
	position: absolute;
	left: 518px;
	top: 116px;
	width: 200px;
	height: 116px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#102C00;
}


#content_index a:visited {
	text-decoration: none;
	color: #102C00;
}
#content_index a:link {
	text-decoration:none;	
	color: #102C00;
}
#content_index a:active {
	text-decoration : none;	
	color: #102C00;
}
#content_index a:hover {
	text-decoration : none;	
	color: #102C00;
}




#footer_index {
	display: block;
	position: absolute;
	left: 270px;
	top: 350px;
	width: 450px;
	height: 16px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#35470B;
	text-align:right
}

#footer_index a:visited {
	text-decoration: none;
	color: #35470B;
}
#footer_index a:link {
	text-decoration:none;	
	color: #35470B;
}
#footer_index a:active {
	text-decoration : none;	
	color: #35470B;
}
#footer_index a:hover {
	text-decoration : underline;	
	color: #35470B;
}








