@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FEF3CE;
	background-color: #130c03;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	font-weight: 100;
}
a:link {
	text-decoration: none;
	color: #FEF3CE;
}
a:visited {
	text-decoration: none;
	color: #FEF3CE;
}
a:hover {
	text-decoration: none;
	color: #e30450;
}
a:active {
	text-decoration: none;
	color: #FEF3CE;
}

div{
	margin: 0px;
}
p{ 
	margin:0px;
}

img {
	border: none 0px;
	margin: 0px;
	padding: 0px;
	
}

ul, ol, dl {position: relative; }

* html img { 
 margin-bottom:-3px; 
} 

img { 
 .margin-bottom:-3px; 
} 

#container {
	width: 960px;
	margin: 0 auto;
	border: 0px none #000000;
	text-align: left;
	background-image: url(images/main_background.jpg);
	height: 672px;
	margin-top: 20px;
	position: relative;
}
#secondary_container {
	width: 960px;
	margin: 0 auto;
	border: 0px none #000000;
	text-align: left;
	background-image: url(images/secondary_background.jpg);
	height: 672px;
	margin-top: 20px;
	position: relative;
}
#press_container {
	width: 960px;
	margin: 0 auto;
	border: 0px none #000000;
	text-align: left;
	background-image: url(images/press_background.jpg);
	height: 672px;
	margin-top: 20px;
	position: relative;
}
#mainContent {
	padding: 40px 0px 0px 20px;
	margin-top: 0px;
}

#mainlinksection {
	width: 441px;
	float: left;
}

.mainlink {
	text-align: right;
	padding-bottom: 7px;
	padding-right: 2px;
}
.mainlink_selected {
	text-align: right;
	padding-bottom: 7px;
	padding-right: 2px;
}
.mainlink_selected a:link {
color: #e30450;
}

.mainlink_selected a:visited {
color: #e30450;
}

#bottom_images {
	text-align: right;
	clear: right;
}

.text_smallcap {
	font-size: 70%;
}

#about_text {
	color: #333333;
	width: 165px;
	margin-left: 480px;
	padding-left: 0px;
}

#services_text {
	color: #333333;
	width: 190px;
	margin-left: 480px;
}

#siebar_images {
	width: 255px;
	float: right;
	height: 527px;
}

#servicesside_images {
	width: 255px;
	float: right;
	margin-top: -40px;
}

#about_text ul {
	color: #333333;
	line-height: 1.4;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin-bottom: 10px;
	list-style-image: url(images/listimage.gif);
	margin-top: 0px;
	margin-left: 0px;
}

#services_text ul {
	color: #333333;
	line-height: 1.4;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style-image: url(images/listimage.gif);
}

#about_text p {
	margin-bottom: 10px;
	line-height: 1.4;
}

#services_text p {
	margin-bottom: 10px;
	line-height: 1.4;
}

