html, body
{
	color: #000;
	font-family:Georgia, Times new Roman, Serif;
	font-size: 16px;
	margin:0;
	padding:0;
}

h1
{
	color:#d01b0f;
	font-family:Georgia, Times new Roman, Serif;
	font-size:26px;
	text-align:center;
}

h2
{
	font-family:Georgia, Times new Roman, Serif;
	font-size:20px;
	text-align:center;
}

a:link, a:visited
{
	color: #d01b0f;
}


a:hover, a:active
{
	color: #114f9c;
	text-decoration: none;
}

hr
{
	border:0;
	border-top:solid 2px #c1c1c1;
	margin:20px 0;
}

p
{
	text-indent:20px;
	/* line-height:160%; /**/
}

#main
{
	position:relative;
	margin:0 280px;
	padding:20px 0;
}
#main.index
{
	margin:0 30px;
}

#content
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;
	border:solid 2px #c1c1c1;
	width:550px;
	margin:0 auto;
	padding:25px;
	padding-top:0px;
	background:#fff;
}
#main.index #content
{
	width:952px;
}
#content.index p
{
	text-indent:0;
}
#content.wide
{
	width:882px;
}

input.submit
{
	color:#090;
	font-weight:bold;
	font-size:120%;
}
input.reset
{
	color:#d01b0f;
	line-height:120%;
}

#copyright
{
	font-family:Verdana,Sans-serif;
	font-size:12px;
	text-align:center;
}
table.index
{
	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
}



/* MENU */

#sitemenu
{
	border:solid 2px #c1c1c1;
	background:#fff;
	
	width:220px;
	
	position:fixed;
	top:15px;
	left:15px;
	
	font-size:14px;
	padding:3px;
	color:#fff;
}
#sitemenu a
{
	color:#fff;
}

#sitemenu ul
{
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;

	font-family:Tahoma,Verdana,Arial,Sans-serif;
	font-weight:bold;
}
#sitemenu ul li ul
{
	background:#fff;
	margin:4px 0;
}
#sitemenu ul li
{
	font-weight:bold;
	background:#ac0d0d;
	padding:1px 0;
	text-align:center;
}

#sitemenu ul li ul li
{
	background:#fff;
	font-size:14px;
	padding:3px;
	border:0px;
	font-weight:normal;
	text-align:left;
}
#sitemenu ul li ul li a
{
	font-weight:bold;
	color:#900;
}

/* Register page */

.register 
{
	padding-left:40px;
}

.first 
{
	width: 100px;
}

.field_input
{
	border:1px solid #c1c1c1;
	font-family:Georgia, Times new Roman, Serif;
	font-size: 16px;
	padding:2px 0px;
	width: 270px;
}

.testimonials
{
	background-color: #FF3;
	padding:5px 3px;
}
