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

/*  Reset all CSS 
------------------------------------*/
	
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, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-weight : inherit;
	font-style : inherit;
	font-size : 100%;
	font-family : inherit;
	vertical-align: baseline;
	background: transparent;
}


body {
	margin:0px;
	padding:0px;
	background: #E6E6E6 url(../images/bg.png) repeat-x scroll 0 0;
	}
h1 span {
	display: none;
	padding: 0;
	margin: 0;
	}
h3 span {
	display: none;
	padding: 0;
	margin: 0;
	}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	}

em {
	font-style: italic;
	}
#contentbg
	{
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	}
#contentblank
	{
	width:940px;
	float: none;
	padding:0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}		
#content
	{
	width:940px;
	float: none;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#content a
    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CEAA45;
	text-decoration: none;
	}

/*-------------------------------------------------------------------------------------LEFTRPART----------------------------------------------------------------END--*/	
#contentmid
	{
	width:900px;
	float:left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 180px;
	font-weight: normal;
	}


/*-------------------------------------------------------------------------------------MIDPART---------------------------------------------------------------------*/		

#footerbg
	{
	width:100%;
	height:90px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(/img/footerbg.png);
	background-repeat:repeat-x;
	background-position: center top;
	}
#footerblank
	{
	width:940px;
	height:90px;
	float:none;
	margin:0 auto;
	padding:0px;
	}
#footer
	{
	width:940px;
	height:90px;
	float:left;
	margin:0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	}
#copyrights
	{
	width:940px;
	float:left;
	margin:5px 0 0 0;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	color:#333;
	text-align:center;
	}

#designedby
	{
	width:940px;
	float:left;
	margin:5px 0 0 0;
	padding:0px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-align:center;
	}
.designedby
	{
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
		color:#CEAA45;
		text-align:center;
		text-decoration:none;
	}
.designedby:hover
	{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-align:center;
	text-decoration:underline;
		}

