/*================== GLOBAL ==================*/
* {
	margin:0;
	padding:0;
}
body {
	background-color: #000000;
/*	background-image:url(images/background_rays.jpg);
*/	background-image:url(images/background_circles.jpg);
	background-repeat: no-repeat;
}


html, input, textarea, select, div, p {
	font-family:Verdana;
	color:#ffffff;
	font-size:12px;
	line-height: 20px;
}

:focus
{
  -moz-outline-style: none;
  outline: none;
}

/*header*/
#header {
	height:109px;
}

/*content*/
#content {
	width:970px;
	margin:auto;
}

#main {
	width:990px; 
}

.col_1, .col_2, .col_3 { float:left;}


#content .col_1 {
	width:200px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #ce171f; /*SEI Red*/
	/*border-bottom-color: #1eb2d9;*/ /*SEI Blue*/
	/*border-bottom-color:#666666;*/ /*SEI Grey*/
}
#content .col_1 #container {
	padding-top: 26px;
}

#content .col_2 { width:750px;}

.container {
	background-color:#222222;
	border-bottom-width: thick;
	border-bottom-style: solid;
	/*border-bottom-color: #ce171f;*/ /*SEI Red*/
	/*border-bottom-color: #1eb2d9;*/ /*SEI Blue*/
	border-bottom-color:#666666;  /*SEI Grey*/
}

/*footer*/
#footer{
	width:990px;
	height: 50px;
	float:right;
/*	background-image: url(images/bkg_06.jpg);
*/	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer .indent {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}

#footer .copyright {
	margin-left: 35px;
}
#footer .copyright a {
	text-decoration:none;
	color: #ffffff;
}
#footer .copyright a:hover {
	text-decoration:underline;
}

