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

html, body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #2e1526;
	color: #fff;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12px;
	line-height:150%;
}
body a {
	color: #e91a46;
	text-decoration:none;
	font-weight: bold;	
}
body a:hover {
	color: #e91a46;
	text-decoration:underline;
	font-weight: bold;
}

#shell {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#2e1526;	
}
#shellcontact {
	width: 870px;
	margin-left:auto;
	margin-right:auto;
	background-color:#2e1526;	
}

#flashcontent {
	width: 960px;
	height: 600px;	
}
#noflash {
	width: 960px;
	height: 600px;
	color: #7D557A;
	font-size:14px;
	margin-top:40px;
}
#contacts {
	width: 960px;
	color: #ffffff;
	font-size:12px;
	margin-top:40px;
	text-align:left;
}
#contacts p{
	margin-left:46px;
}
.contactinfo {
	width:210px;
	float:left;
	text-align:left;
}
.contactinfo p {
	padding:0 10px 0 0;
}
h2 {
	color: #f47826;
	text-align: left;
	font-size: 14px;
	font-weight:bold;
}
