@charset "utf-8";
body{
	background:url(../Images/Background.gif) #000 repeat-x;
	font-size: 16px;
}
p{
	font-size: 18px;
	font-weight: 100;
}
body, p{
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
a:link {
	color: #DBDAEB;
	text-decoration: none;
}
a:link, a:visited, a:active{
	text-decoration: none;
}
a:visited {
	color: #CFD1E7;
}
a:hover {
	text-decoration: underline;
	color: #DCD9F2;
}
a:active {
	color: #9496F5;
}
.contianer {
	text-align:center;
	margin: 0 auto;
	width: 801px;
	height:auto;
}
.topBanner{
	width:840px;
	height:107px;
	margin: 0 auto;
}
.menuContainer, .menuLSpace, .menuLCap, .menuDiv, .menuItem, .menuRCap{
	float:left;
	height:27px;
}
.menuLCap{
	background:url(../Images/MenuEndL.png);
}
.menuRCap{
	background:url(../Images/MenuEnd.png);
}
.menuRCap, .menuLCap{
	width:13px;
}
.menuDiv{
	width:2px;
	background:url(../Images/MenuMid.png) no-repeat;	
}
.menuItem{
	width:257px;
	background:url(../Images/MenuBG.png) repeat-x;
}
.menuItem img, .menuItem a img{
	padding: 4px;
	border:none;
}
.contactsContainer{
	height:54px;
}
.phoneNumber {
	float:left;
	text-align:left;
}

.eMail{
	float:right;
	text-align:right;
}
.phoneNumber, .eMail{
	margin:3px 8px 0px 8px;
	width:45%;
}


.artItemsRow1{
	width:801px;
	height:315px;
	margin:0px auto;
	background:#534a47;
}

.artItem, .artDiv{
	background:#534a47;
	float:left;
	padding:30px 0px 30px 0px;
}

.artItem{
	width:265px;
}

.artItem a img, .artItem img{
	text-align:left;
}

.artDiv{
	width:2px;
}
.artItemsRow2{
	width:801px;
	height:237px;
	margin:0px auto;
	background:#534a47;
}
.artItem2{
	width:399px;
}
.artDiv2{
	width:2px;
}
.artItem2, .artDiv2{
	float:left;
	background:#534a47;
	padding:30px 0px 30px 0px;
}
.artItem2 a img, .artItem2 img{
	text-align:left;
}
.Footer{
	border:2px solid #534a47;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius:0px 0px 7px 7px; /* Firefox 3.6 and earlier */
	padding:7px;
	background:#443d3a;
}
