@charset "utf-8";
body {
	background-color: #999;
}
img { border:none; }
.clear {clear:both; }
form { margin:none; }

#toplevel {
	width:970px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	
}
#header_right {
	float:right;
	width:548px;
}
#logo {
	float:left;
	margin-left:10px;
	margin-top:10px;
	width:180px;
}
#login {
	margin:25px;
	float:right;
}
#header {
	border-bottom:#6C6 4px solid;
}
#top_menu {
	margin-right:10px;
	float:right;
}
a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
  }
a.tab {
	background-color: #38AD44;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 7px 4px 7px;
	margin-top: 0.3em;
	border-bottom: solid 2px #fff;
  }
 
a.tab:hover {
	background-color: #6C3;
  }
#main {
	min-height:150px;
	margin:10px;
}
#header_images {
	width:970px;
	height:128px;
}
#footer1 {
	min-height:30px;
	background-color:#9F9;
	text-align:center;
	padding:10px;
	
}
#footer2 {
	height:80px;
	
}
#footer2_left {
	float:left;
	width:500px;
	margin-left:10px;
}
#footer2_right {
	float:right;
	width:430px;
	margin-right:10px;
	margin-top:15px;
}
a.rounded, .button {
outline: none;
border: none;
text-decoration: none;
cursor: pointer;
white-space: nowrap;
vertical-align: middle; /* or top */
display: -moz-inline-box;
display: inline-block;
overflow: visible; /* IE6 form button fix */ 
}
.button {
background-color: #38AD44;
color: #fff;
padding: 5px 7px;
}
.button:hover {
background-color: #6C3;
} 
.tab_menu {
	border-bottom:#6C6 4px solid;
	margin-bottom:10px;
}
.title_left {
	float:left;
}
.title_tabs {
	float:right;
}
.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {   
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  232px; 
    height: 232px;
	overflow:hidden;
    top:  0; 
    left: 0 
} 
.image_right {
	float:right;
	margin-left:10px;
}
.image_left {
	float:left;
	margin-right:10px;
}
