@charset "utf-8";
body {

background-color:#ffffff;

margin:0;

padding:0;

text-align:center;

font-family:Arial;

font-size:12px;

color:#555555;

}

#page {

width:1001px;

margin:auto;

padding:auto;

background-image:url(images/page.jpg);

text-align:left;

}

#header {

width:1001px;
height:222px;

background-image:url(images/header.jpg);
background-repeat: no-repeat;

clear:both;

}

#menulinks {

width:490px;
height:35px;
padding-left:122px;
padding-top:186px;

}

#mainarea {

width:1001px;

clear:both;


}

#contentarea {

float:left;
width:578px;

background-image:url(images/content.jpg)

}
#contentarea #content{
	float:none;
	width:420px;
	padding-left:25px;
	padding-right:120px;
	
}



#sidebar {

float:left;
width: 423px;
height: 242px;
background-image:url(images/sidebar_left.jpg);
}

#sidebar p{

font-family:Arial;
font: Arial;
font-size:18px;
text-align:left;
padding-left:130px;
padding-right:40px;

/*padding-top:15px;*/
}
#sidebar  a:hover {
color:#000000;

}
#sidebar  a:hover {
color:#FFFFFF;
}

#sidebar #button1 {

float:right;
width: 305px;
height: 80px;
background-image:url(images/button1.jpg)

}


#sidebar #button2 {

float:right;
width: 305px;
height: 80px;
background-image:url(images/button2.jpg)

}
#sidebar #button3 {

float:right;
width: 305px;
height: 80px;
background-image:url(images/button3.jpg)

}

#footer {

width:1001px;

height:270px;

background-image:url(images/footer.jpg);
background-repeat: no-repeat;

clear:both;

}

#footer #advert {
	height:145px;
	width:300px;
	padding-top:55px;
	padding-left:121px;
	font-size: 1px;

}

#footer p {
height:100px;
width:200px;
padding-top:8px;

color:#FFFFFF;

padding-left:150px;

/*line-height:20px;*/

}

a.logo {

width:560px;

height:98px;

float:left;

background-image:url(images/logo.png);

}

h2 {

font-size:20px;

color:#333333;

font-weight:bold;

}
a {


font-weight:bold;

color:#333333;

text-decoration:none;

}

a:hover {

color:#389ccb;

/*text-decoration:underline;*/

}

h3 a {
color:#F00;

}
.italic {
	font-style: italic;

}

em {
color:#F00;	
}
