/*********************************************************/
/* style.css                                             */
/*********************************************************/

/* Remove all margings and padding on all elements for all browsers. */
* {
Margin: 0px;
Padding: 0px;
}

HTML {
	Height: 100%;
	margin-bottom:1px;
	background-color:#000;

}

BODY {
	Border: 0 none;
	Color: #fff;
	Font: 11px "Verdana","Helvetica",Sans-Serif; /* The base font size and type for the WHOLE site!! */
	Z-Index: 0;
	text-align:center;
	background-color:#000;
}

IMG {
	Border: 0 none;
	Line-Height: 0;
}

IMG.Icon {
	Width: 16px;
	Height: 16px;
	Vertical-Align: Top;
	Margin: 1px;
}

A {
	Text-Decoration: none;
	color:#000;
}

A:hover {
	Text-Decoration: none;
}

A:active {
	Text-Decoration: none;
}

INPUT[type="button"],INPUT[type="reset"] {
	Border: 1px solid #000;
	Cursor: pointer;
	padding:2px;
}

/*********************************************************/
/* Main layout styles                                    */
/*********************************************************/
DIV#maincontainer {
	Margin:0 auto ;
	Color: #000;
	text-align:left;
	width:900px;
}

DIV#container {
	float:left;
	Width:900px;
}

#top{
	float:left;
	Width:900px;
	height:150px;
}

#header_image{
	float:left;
	Width:720px;
	height:90px;
	background-image:url(/images/header.gif);
	background-repeat:no-repeat;
	margin:30px 0 0 180px;
}

/*********************************************************/
/* Layout 1	                                             */
/*********************************************************/
BODY#layout_1 DIV#container {
	float:left;
	Width:900px;
}

BODY#layout_1 DIV#top{
	float:left;
	Width:900px;
	height:150px;
}

BODY#layout_1 DIV#column_1 {
	margin:0px 0 0 0px;
	float:left;

}

BODY#layout_1 DIV#column_1 DIV#column_1_content{
	margin:0 0px 0px 00px;
	Width:130px;
	overflow:hidden;
}

BODY#layout_1 DIV#column_2 {
	margin:0px 0 0 0px;
	min-height:540px;
	float:left;

}

BODY#layout_1 DIV#column_2 DIV#column_2_content{
	margin:0 0px 0px 50px;
	width:720px;
	overflow:hidden;
	color:#fff;
}
BODY#layout_1 DIV#column_2 DIV#column_2_content a{
	
	color:#fff;
}

BODY#layout_1 DIV#footer {
	margin:0px 0 0 0px;
	width:166px;
	float:left;
}

BODY#layout_1 DIV#footer DIV#footer_content{
	margin:25px 0px 0px 0px;
	width:900px;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-align:center;
}


h1{
	
}

h2{
	margin-left:0px;
	margin-top:10px;
	font-size:20px;
	font-weight:normal;
}

h3{	
	padding-bottom:15px;
	margin-top:0px;
	font-weight:BOLD;
	COLOR:#00ffff;
}


h4{
	
}

h5{
	
}

h6{
	
}


/*********************************************************/
/* Layout 2	                                             
BODY#layout_2 DIV#container {
	float:left;
	Width:900px;
}

BODY#layout_2 DIV#top{
	float:left;
	Width:900px;
	height:110px;
}

BODY#layout_2 DIV#column_1 {
	margin:0px 0 0 0px;
	float:left;
}

BODY#layout_2 DIV#column_1 DIV#column_1_content{
	margin:0 0px 0px 60px;
	Width:130px;
	overflow:hidden;
}

BODY#layout_2 DIV#column_2 {
	margin:0px 0 0 0px;
	min-height:540px;
	float:left;

}

BODY#layout_2 DIV#column_2 DIV#column_2_content{
	margin:0 0px 0px 50px;
	width:500px;
	overflow:hidden;
}


BODY#layout_2 DIV#column_3 {
	margin:0px 0 0 0px;
	float:left;
}


BODY#layout_2 DIV#column_3 DIV#column_3_content{
	margin:0 0px 0px 20px;
	width:140px;
	overflow:hidden;
}

/*********************************************************/


