
/** HEADER FRAME **/	
#header {
	background-color:#e8e8e8;
	background-image:url("../img/header_start_bg.jpg"); 
	height:339px;
}

/** MAIN MENU **/
#main-menu {
position:relative;
top:250px;
margin-left:6px;
}
#main-menu a {
color:white;
display:block;
float:left;
height:70px;
margin:0 3px 0 0;
padding:5px;
text-decoration:none;
width:136px;
font-size:12pt;
background:#ff8601 url("../img/more.gif") no-repeat scroll 10px 55px;
}
#main-menu a:hover {
color:#ff8601;
background:#ffffff url("../img/more_act.gif") no-repeat scroll 10px 55px;
}
.ie6 #header {
margin-left:2px;
}
.ie6 #main-menu {
margin-top:246px;
margin-left:20px;
}

/** MIDDLE CONTENT **/
#middle-content {
	background-image:url(../img/startbg.jpg);
	background-repeat:repeat-x;
	background-color:#cccccc;
	margin-top: -8px;
	margin-right:15px;
	margin-left:12px;
	height:155px;
}

#middle-content img {
	float:left;
	padding-left:40px;
}

#middle-content p {
	padding-top:30px;
	padding-right:10px;
	padding-left:300px;
}

/** BOTTOM CONTENT **/
#bottom-menu {
padding:0;
}

#bottom-menu a.outer {
color:#057CD6;
float:left;
font-weight:normal;
height:65px;
padding:32px 0 0 75px;
text-decoration:none;
width:235px;
}
#bottom-menu a.outer:hover {
text-decoration:none;
background-image:url(../img/box_outer_act.jpg);
color:#4362bf;
}
#bottom-menu .outer {
	background-image:url(../img/box_outer.jpg);
	background-position:10px 0px;
	background-repeat:no-repeat;
	height:50px;
	width:240px;
	float:left;
}

#bottom-menu a.outer1 {
color:#057CD6;
float:left;
font-weight:normal;
height:65px;
padding:32px 0 0 75px;
text-decoration:none;
width:211px;
}
#bottom-menu a.outer1:hover {
text-decoration:none;
background-image:url(../img/box_outer1_act.jpg);
color:#4362bf;
}
#bottom-menu .outer1 {
	background-image:url(../img/box_outer1.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	height:50px;
	width:240px;
	float:left;
}

#bottom-menu .inner {
	background-image:url(../img/box_inner.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	height:55px;
	width:240px;
	float:left;
}

#bottom-menu a.inner {
color:#057CD6;
float:left;
font-weight:normal;
height:65px;
padding:32px 0 0 75px;
text-decoration:none;
width:251px;
}
#bottom-menu a.inner:hover {
text-decoration:none;
background-image:url(../img/box_inner_act.jpg);
color:#4362bf;
}
/** FOOTER **/

#footer {
	background-color:#e8e8e8;
	height:60px;
}
