body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-shadow: 1px 1px 1px white;
	font: 12px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #f2f2f2;
	color: #333333;
}

#WindowArea {
width: 100%;
height: auto;
background: #f2f2f2;
align: center;
}

#Page {
width: 1040px;
background: #f2f2f2;
margin: auto;
float: center;
}

/*Header*/

#HeaderBox {
float: right;
width: 1000px;
height: 100px;
background: url(../images/pa-headerbg.png) repeat-x;
}

#Icon {
float: left;
padding: 0px 0px 0px 0px;
background: url(../images/pa-logo.png);
width: 110px;
height: 80px;
}

#MenuBox {
float: right;
width: 890px;
height: 80px;
text-align: right;
}

#MenuHolder {
float: right;
width: 890px;
height: 40px;
text-align: right;
}

#LanguageHolder {
float: right;
width: 890px;
height: 40px;
text-align: right;
}

#LanguageText {
padding: 5px 0px 0px 0px;
color: #b3b3b3;
font-size: 10px;
}

#MenuText {
padding: 16px 0px 0px 0px;
color: #b3b3b3;
font-size: 10px;
}

/*Home Body*/

#BodyBox {
width: 1020px;
height: auto;
}

#FeaturedBox {
float: right;
width: 1000px;
height: 400px;
}

#FeaturedWallpaper {
float: right;
width: 1000px;
height: 370px;
}

#FeaturedBar {
float: right;
width: 1000px;
height: 30px;
color: #1d1177;
}

#LatestBox {
width: 1020px;
height: auto;
}

#ThumbBox {
float: left;
width: 235px;
height: 175px;
}

#ThumbMedia {
float: left;
width: 235px;
height: 145px;
background: #212121;
}

#ThumbBoxBig {
float: left;
width: 1000px;
height: 370px;
}

#ThumbMediaBig {
float: left;
width: 1000px;
height: 370px;
background: #212121;
}

#ThumbNote {
text-align: left;
color: #b3b3b3;
}

#ThumbDescription {
padding: 2px 0px 0px 0px;
float: left;
width: 184px;
height: 20px;
font-size: 10px;
color: #212121;
}

#GridSpacerX {
float: left;
width: 20px;
height: 100px;
}

#GridSpacerY {
float: left;
width: 1040px;
height: 20px;
}

/*Advertise*/
#AdHolder {
float: right;
padding: 0px 0px 0px 0px;
width: 1000px;
height: 140px;
font-size: 10px;
}

#AdHolderOne {
float: left;
padding: 0px 0px 0px 0px;
width: 490px;
height: 140px;
}

#AdHolderTwo {
float: right;
padding: 0px 0px 0px 0px;
width: 490px;
height: 140px;
}

#AdOne {
float: left;
padding: 0px 0px 0px 0px;
width: 490px;
height: 20px;
color: #b3b3b3;
}

#paOne {
float: left;
padding: 0px 0px 0px 0px;
width: 490px;
height: 100px;
font-size: 12px;
background: url(../adserver/pa-one/ad.png);

}

#AdTwo {
float: right;
padding: 0px 0px 0px 0px;
width: 490px;
height: 20px;
color: #b3b3b3;
}

#paTwo {
float: right;
padding: 0px 0px 0px 0px;
width: 490px;
height: 100px;
font-size: 12px;
background: url(../adserver/pa-two/ad.png);

}

/*Footer*/
#FooterBox {
float: right;
width: 1000px;
height: 40px;
}

#FooterDescription {
float: left;
height: 40px;
font-size: 12px;
color: #b3b3b3;
}

/*Links*/

a:link {
	color: #1d1177;
	text-decoration: none;
}
a:visited {
	color: #1d1177;
	text-decoration: none;
}
a:hover {
	color: #1d1177;
	text-decoration: underline;
}
a:active {
	color: #1d1177;
	text-decoration: none;
}