/* Created by AltStudio - Adam Trojanczyk */

html, body {
	height: 100%;
}


body {
	background:url(../images/body_bg.gif) top left repeat-x #fdfdfd;
	color:#464646;
}

h2 {
	color:#584d4d;
	font-size:30px;
	padding:0;
	margin:0;
}

h3 {
	color:#b70606;
	font-size:21px;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}


#header {
	height:100px;
	width:780px;
	margin:0 auto;
}

#header #logo img{
	float:right;
	margin-right:30px;
	padding-top:60px;

}

#container {
	width:780px;
	margin:0 auto;
	padding-bottom:50px;
}

#container .left_container {
	width:201px;
	float:left;	
}

#container .left_container .menu {
	background:transparent url(../images/menu_main_bg.png) left top no-repeat;
	height:298px;
}

#container .left_container .bookmark {
	background:transparent url(../images/menu_main_bg.png) left top no-repeat;
	height:298px;
}

#container .left_container .bookmark .main {
	padding:20px;
	padding-top:50px;
}

#container .left_container .bookmark .main p {
	line-height:16px;
}


#container .left_container .menu ul {
	padding-top:50px;
	color:#584d4d;
	font-size:14px;
	list-style: none;
}

#container .left_container .menu ul li {
	background:url(../images/list_li.gif) 5px 8px no-repeat;
	padding-left:25px;
	margin-top:3px;
	margin-bottom:5px;
	border-bottom:1px solid #FFFFFF;
}

#container .left_container .menu ul li:hover {
	background:url(../images/list_li.gif) 5px -33px no-repeat;
}

#container .left_container .menu ul li a {
	color:#584d4d;
}

#container .right_container {
	width:556px;
	float:left;	
}

#container .right_container .header_box {
	width:554px;
	height:311px;
	background:url(../images/header_box_bg.jpg) left top no-repeat;	
}

#container .right_container .header_box img.images {
	padding:10px;
}

#container .right_container .main_box {
	width:533px;
	background:#FFFFFF;
	min-height:300px;
	height:auto;
	padding:10px;
}

#container .right_container .main_box_header {
	background:url(../images/main_box_header.jpg) left top repeat-x;
	height:54px;	
}
#container .right_container .main_box .main_box_header {
	padding-top:15px;
	padding-left:20px;
}
#container .right_container .main_box .main {
	background:url(../images/main_box.jpg) left top repeat-x #FFFFFF;
	padding:20px;
}

#container .right_container .main_box .main_box_footer {
	height:78px;
	background:url(../images/main_box_footer.jpg) left top no-repeat
	
}
#container .right_container .shadow {
	background:url(../images/shadow.png) left top no-repeat;
	height:5px;
	width:552px;
}


#footer {
	height:64px;
	width:100%;
	background:#352e2e;
	margin-bottom:10px;
}

#footer .main {
	width:780px;
	margin:0 auto;
}

#footer .main ul {
	list-style: none;
	padding-top:5px;
	padding-left:50px;
	margin-bottom:0;
	padding-bottom:0;
}
#footer .main ul li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	background:url(../images/separator.gif) left 5px no-repeat;
}

#footer .main .copyright {
	padding-left:80px;
	color:#FFFFFF;
	font-size:12px;
	margin-top:0;
	padding-top:0;
}

#footer .main .copyright a {
	color:#FFFFFF;
}

#footer .main ul li.first {
	background:none;
}

#footer .main ul li a {
	color:#FFFFFF;
}

#footer .main ul li a:hover {
	text-decoration:underline;
}

#footer, .push {
height: 4em;
}



span.button {
	width:63px;
	height:25px;
	display:block;
	background:url(../images/button.gif) top left no-repeat;
	color:#fdfdfd;
	text-align:center;
}
span.button:hover {
	background:url(../images/button.gif) bottom left no-repeat;
}

span.button a {
	color:#fdfdfd;
}

.clear {
	clear:both;
}
.space {
	margin-top:20px;
}
