html {
	overflow-y: hidden;
	overflow-x: hidden;
	
}

body, body.mainpage {
	font-family:Helvetica, Arial, Verdana;
	background-color: #f3f2e2;
	font-size:11px;
	color:#363636;
	margin:0;
	padding:0;
	line-height: 16px;
}

body.mainpage {
	/*background:url(../images/content_bg2.jpg) no-repeat;*/
	background-attachment:fixed;
	background-position: top left;
	background-color: #f3f2e2;
}


b	{font-size: 110%;}

em {
	color: #FF3300;
	font-weight: normal;
}

strong {
	color: #790000;
}

h1, h3, h4, h5, h6, p, blockquote {
	font-family:Helvetica, Arial, Verdana;

}

h2 {
	font-family:Helvetica, Arial, Verdana;
}

p {
	font-size:11px;
	line-height:14px;
}


a, a:link, a:active, a:hover, a:visited {
	font-weight:bold;
	font-size:11px;
	color:#790000;
	text-decoration:none;
	letter-spacing:1px;
}

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


#maincontainer {
	width: 900px; 	/*Width of main container*/
	height:700px;
	margin: 0; /*Center container on page*/
	padding:0;
	/*border:1px solid #000;*/
}