BODY  {
	font-family:Arial;
	background-color:#10222E;
}

#all_page {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

#menu {
	height:48px;
	width:100%;
	background-color:#0F465F;
}

#buttons {
	width:976px;
	height:48px;
}

#last_button {
	width:3px;
}


.menu_link {
	color:#FFFFFF;
	font-size:13px;
/*	margin-left:30px;
	margin-right:30px; */
	margin-top:12px;
	font-weight:bold;
	text-decoration:none;
}

#content {
	background-color:#10222E;
	background-image:url('../img/baackground.png');
	width:100%;
	min-height:800px;
}

.zero_hack {
	width:1px;
	height:0px;
}

#header_up {
	height:123px;
	width:790px;
	text-align:left;
}

#logo {
	width:282px;
	height:53px;
	margin-top:33px;
	margin-left:38px;
	float:left;
}

#search_div {
	float:right;
	margin-top:47px;
	margin-right:8px;
}

.safari #search_input {
	width:180px;
}

#search_input {
	width:181px;
	height:21px;
	font-size:13px;
	font-weight:bold;
	border:none;
	background-repeat:no-repeat;
	background-image:url('../img/search_input.png');
	padding-top:3px;
	padding-left:3px;
}

.ie #search_input {
	width:180px;
	border:0px;
}

#go_button {
	width:40px;
	height:22px;
	font-size:11px;
	border:none;
	position:relative;
	top:2px;
	left:4px;
}

.ie #go_button {
	width:40px;
	height:22px;
	position:relative;
	top:2px;
	left:4px;
}

#content_header {
	width:790px;
	height:152px;
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
	text-align:left;
}

#welcome {
	color:#FFFFFF;
	font-size:28px;
	position:relative;
	top:42px;
	left:34px;
	width:300px;
}


#under_welcome {
	font-size:12px;
}

#content_self {
	width:790px;
	height:438px;
	background-image:url('../img/content_bg.png');
	background-repeat:repeat-x;
	text-align:left;
}

#content_padder {
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
	padding-bottom:15px;
    font-size:13px;
}

#cont_left_corn {
	width:790px;
	height:438px;
	background-image:url('../img/content_corner_l.png');
	background-repeat:no-repeat;
	background-position:bottom left;
}

#cont_right_corn {
	width:790px;
	height:438px;
	background-image:url('../img/content_corner_r.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

#under_content {
	width:790px;
	height:173px;
	text-align:left;
}

#footer {
	width:790px;
	height:33px;
	text-align:left;
	background-color:#2B8DAD;
	margin-bottom:20px;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding-top:18px;
}