html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

/* MAIN AREAS */
body
{
	background: #848584 url("../../App_Themes/Theme/images/body-bg.gif") repeat-x;
	font: normal 11px Arial;
	color: #707072;
}

#container
{
	width: 860px;
	margin: 0px auto;
}

#header
{
	float: left;
	width: 860px;
	float: left;
	margin: 30px 0 30px 60px ;
}

#start
{
	float: left;
	width: 860px;
	height: 400px;
	margin: 10px auto 0;
	text-align: center;
	padding: 20px 0 0 0;
}

#holder
{
	float: left;
	width: 860px;
	height: 400px;
	margin: 10px auto 0 auto;
	background: url("../../App_Themes/Theme/images/main-bg.png") no-repeat left bottom;
}

#content
{
	float: left;
	width: 715px;
	min-height: 330px;
	margin: 0 55px;
	background: #fff;
	border: solid 8px #eee;
	padding: 20px;
}

#content p
{
float: left;
	width: 45%;
}

#content img
{
	float: left;
	
	text-align: center;
	padding: 40px;
}
#content hr
{
	float: none;
	 clear:both;
	 margin:10px 0px 10px 0px;
}
#content ul
{
	float: none;
	 clear:both;
	 margin:10px 0px 10px 0px;
}


#footer
{
	float: left;
	width: 860px;
	margin: 15px  15px 0;
}

#left
{
	float: left;
	width: 45%;
}

#right
{
	float: right;
	width: 50%;
	text-align: center;
	padding-top: 80px;
}

/* END: MAIN AREAS */

/* GENERAL TEXT STYLE */

h1
{
	font-size: 22px;
	font-weight: bold;	
	letter-spacing: 1px;
}
h2
{
	font-size: 20px;
	font-weight: bold;	
	letter-spacing: 1px;
}

h3
{
	font-size: 18px;
	font-weight: bold;	
	letter-spacing: 1px;
}

p
{
	margin: 5px 0;
	line-height: 1.5em;
	font-size: 12px;
}

/* END: GENERAL TEXT STYLE */


/* NAVIGATION AREA */

#logo
{
	float: left;
}

#header ul
{
	list-style: none;
	float: right;
	margin: 70px 80px 0 0;
}

#header ul li 
{
	display: block;
	float: left;
}

#header ul li a
{
	display: block;
	float: left;
	padding: 1px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #707072;
	border-right: solid 1px #646466;
}

#header ul li a:hover
{
	text-decoration: underline;
	
}

#header ul li a.last
{
	border: none;
}

/* END: NAVIGATION AREA */

#start h1 img
{
	margin: 20px auto;
	display: block;
}


#right img
{
	display: block;
	margin: auto;
}

#footer p
{
	text-align: center;
	font: normal 17px Georgia;
	color: #fff;
}