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

a:link              { color:#333; text-decoration:none; }
a:visited           { color:#444; text-decoration:none; }
a:hover             { color:#222; text-decoration:underline; }
a:active            { color:#222; text-decoration:underline; }

a.otherLink:link    { color:#333; text-decoration:none; }
a.otherLink:visited { color:#444; text-decoration:none; }
a.otherLink:hover   { color:#222; text-decoration:underline; }
a.otherLink:active  { color:#222; text-decoration:underline; }


body{
	background-color:#FFFFFF;
	background-image:url(bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
}

#holder{
	width:770px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-color:#333333;
	border-width:thin;
	overflow: auto;
	*overflow: none;
}

#banner{
	width:760px;
	height:97px;
	background-image:url(banner-no-details.jpg);
	text-align:right;
	color:#FFFFFF;
	padding-top:20px;
	padding-right:10px;
	font-size:12px;
	font-weight:bolder;
	background-repeat:no-repeat;
}


#content{
	width:770px;
	height:auto;
	background-color:#FFFFFF;
	
}

#nav{
	width:150px;
	height:auto;
	min-height:547px;
	background-color:#eb1656;
	background-image:url(nav-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	color:#FFFFFF;
}

#nav.a:link {color:blue;}
#nav.a:visited {color:blue;}
#nav.a:hover {color:blue;}
#nav.a:active {color:blue;}

#main_content{
	width:600px;
	height:auto;
	min-height:547px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background-color:#FFFFFF;
}

#image_holder{
	width:600px;
	height:auto;
	min-height:225px;
	float:left;
	background-color:#FFFFFF;
}

#text_content_holder{
	width:600px;
	height:auto;
	float:left;
}

#text_content_top{
	background-image:url(text_content_top.jpg);
	height:10px;
	width:600px;
	float:left;
}

#text_content_middle{
	background-image:url(text_content_middle.jpg);
	height:auto;
	width:580px;
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#text_content_text{
	width:365px;
	height:auto;
	float:left;
	text-align:justify;
	padding-right:5px;
}

#text_content_text_wide{
	width:575px;
	height:auto;
	float:left;
	text-align:justify;
	padding-right:5px;
}

#text_content_image{
	width:210px;
	height:auto;
	float:left;
}

#text_content_bottom{
	background-image:url(text_content_bottom.jpg);
	width:600px;
	height:13px;
	float:left;

}

#footer{
	width:770px;
	height:21px;
	background-image:url(footer-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	padding-top:18px;
	color:#FFFFFF;
}

.button{
	margin-left:auto;
	margin-right:auto;
	background-image:url(button_bg.jpg);
	width:115px;
	height:22px;
	color:#FFFFFF;
	padding-left:20px;
	padding-top:8px;
	font-weight:bolder;
	text-decoration:none;
	cursor:hand;
}

#main_content_admin{
	width:750px;
	height:auto;
	min-height:300px;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	text-align:center;



}

.textarea{
	width:600px;
	height:200px;
}

.inputbox{
	width:300px;
	height:auto;
}

.title{
	text-align:right;
	font-size:12px;
	font-weight:bolder;
	font-variant:small-caps;
	padding-right:10px;
	padding-top:2px;
}

li{
	margin-left:10px;
	
}