Body {
	margin:				0px;
	padding:			0px;
	color:				#fff;
	font-family: 		"arial";
	font-size:			11px;
	background-color:	#000;
	font-weight:		normal;
	height:				100%;
	width:				100%;
}

img {
	border:				none;
}

h1 {
	margin:				0px;
	padding:			0px;
}

a:link, a:active, a:visited {
	color:				#954a95;
	text-decoration:	underline;
}

a:hover {
	text-decoration:	none;	
}		

#mainContainer {
	position:			relative; /* needed for footer positioning*/
	
	height:				auto !important; /* real browsers */
	height:				100%; /* IE6: treaded as min-height*/

	min-height:			100%; /* real browsers */
	
}

#top {
	position:			absolute;
	top:				0px;
	width:				100%;
	height:				115px;
	background-image:	url("images/hdr-bg.jpg");
	background-repeat:	repeat-x;
	z-index:			1;
}

#logo {
	position:			relative;
	margin:				0px auto;
	width:				950px;
	height:				84px;
	background-image:	url("images/body-hdr.jpg");
	background-repeat:	no-repeat;
}

#container {
	/*background-color:#ff0000;*/
	position:			relative;
	width:				100%;
	height:				100%;
	background-image:	url("images/hdr-bg.jpg");
	background-repeat:	repeat-x;
	
}

#container2 {
	position:			relative;
	width:				1216px;
	margin:				0px auto;
	height:				100%;
}

.glowLeft {
	background-image:	url("images/body-bg-l.jpg");
	background-repeat:	no-repeat;
}

.glowRight {
	background-image:	url("images/body-bg-r.jpg");
	background-repeat:	no-repeat;
}

.content{
	background-color:	#000;
	border-style:		solid;
	border-width:		1px 1px 0;
	border-color:		#fff;
}	

#links {
	text-align:			left;
	padding:			42px 0 0 26px;
	z-index:			2;
}

#links a {
	font-family: 		"Georgia";
	color:				#fff;
	letter-spacing:		5px;
	line-height:		250%;
	text-decoration:	none;
	padding:			0 0 5px 4px;
	font-size:			11px;
	margin:				0 0 79px;
	border-width:		0 0 1px;
	border-style:		solid;
	border-color:		#000;
}

#links a:hover {
	border-color:		#954a95;
}

#links .spacer {
	position:			relative;
	height:				45px;
	width:				1px;
}

#content_home {
	position:			relative;
	float:				right;
	right:				0px;
	width:				675px;
}

#content_main {
	
	/*float:				right;*/
	/*background-color:#0000ff;*/
	width:				603px;
	padding:			20px 40px 10px 20px;
}

img.content_fade {
	margin:				55px 0;
}

#bottom {
	position:			static;
	width:				948px;
	vertical-align:		bottom;
	text-align:			center;
	font-family: 		"Georgia";
	font-size:			12px;
	letter-spacing:		10px;
	padding:			40px 0;
}

.divClear {
	clear:				both;
}

span .table_center {
	width:				550px;
}

.form_table {
	margin:				0px auto;
	font-weight:		bold;
}

.centeredImage {
	text-align:			center;
	margin-top:			0px;
	margin-bottom:		0px;
	padding:			0px;
}

.publishedOnline {
	color:				#954a95;
}

#mask {  
	position:absolute;  
	z-index:66;  
	background-color:#000;  
	display:none;  
}  
   
#boxes .window {  
	
	position:			absolute; 
	display:			none;  
	z-index:			9999;  
	min-width:		710px;
	text-align:		center;
}    
   
#boxes .window2 {  
	background-color:	#000;
	border:				1px solid #fff;
	font-size:			13px;
	font-weight:		normal;
	margin:				0px auto 20px;
	text-align:			center;
}  

#dialog {
	overflow:			visible;
}

#designers {
	color:				#222;
	font-size:			11px;
	text-align:			right;
	margin:				0px 10px 10px;
	position:			relative;
	bottom:				0px;
}

#designers a:link,a:active,a:visited {
	color:				#333;
	text-decoration:	underline;
}

#designers a:hover {
	text-decoration:	none;
}

#designers span {
	line-height:		300%;
}

#designers img {
	vertical-align:		middle;
	margin:				0 0 0 6px;
}
