
body
{	color: #ccc;
	background: #000 url(graphics/bg.jpg) top repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial;
	font-size: 9pt;

}

#main
{
	background: url(graphics/shadow.jpg) top no-repeat;
        width:767px;
        margin: auto; 
	margin-top: 0;

}

#main a
{
        color: #728b6e;
        text-decoration: none;
}

#main a:hover
{
        color: #fff;
	 text-decoration: underline;
}

#cont_conatiner {

	width: 750px;
	background: #393939;
	margin-left: 7px;
}

#header
{
	background: #4b4e4b;
	height: 35px;
}


h2 {

	margin-left: 22px;
	margin-bottom: 5px;
	padding-left: 7px;
	font: arial 12pt bold;
	color: #afbdae;
	border-left: solid 23px #555; 
}


#menubar
{
	color: #fff;
	height: 28px;
	padding-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	font: bold 9pt arial;


}

#menubar a
{
	color: #fff;
	padding: 0px 15px;
	text-decoration: none;

}

#menubar a:hover
{
	color: #ccc;
}

#menubar .selected
{
	color: #9dae99;
	padding-bottom: 14px;
	background: url(graphics/arrow.jpg) bottom center no-repeat;
}

#homepage {

	background: url(graphics/homebg.jpg) no-repeat;
	height: 560px;
}


#content {

	padding: 22px;

}

#content a {

	font: bold 10pt arial;
}

#counter
{
	font: normal smaller arial;
	color: #ccc;

}

#footer
{
	font: normal 8pt arial;
	color: #ccc;
	text-align: center;
	width: 750px;
}

#footer a
{
	padding: 0 10px;
	color: #ccc;
}

#footer a:hover
{
	color: #00f;
}

#footer .selected
{
	color: #000;
}

#gallery {

	padding: 0 0 0 7px;
}

#gallery img {

	border: none;
	margin:15px;
}

#v4o-form
{
        padding: 0 8px;
        font: normal 10pt arial;
}

#v4o-form table
{
        background: transparent;
	 width: 700px;
	 	color: #ccc;	
        font: arial 10pt normal;
	 text-align: left;
        border: none;
}

#v4o-form .title
{
        color: #ccc;
        background: transparent;
		padding: 0;
		margin: 0;
	height: 15px;
}

#v4o-form .title img {

	display: none;
}

#v4o-form input, #v4o-form textarea
{
        color: #000;
        background: #fff;
        border: solid 1px #555;

}

#v4o-form input.radio, #v4o-form input.checkbox
{
        background: transparent;
        border: none;
}

#v4o-form .required
{
        color: #a7b5a4;
	 font: bold 10pt arial;
}

#v4o-form .required input
{
        font: normal 10pt arial;
        background-image: url(http://webentory.com/widgets/required.gif);
        background-repeat: no-repeat;
        background-position: top right;
}