@CHARSET "UTF-8";
@import url(fonts.css);
@import url(lists.css);

* {
	margin: 0;
	padding: 0;
}

html, body {	
    height: 100%;
	margin: 0 auto;
	padding: 0;	
}

body { 
	background: url(../images/bg_small.gif);		
}

#wrapper {
	width: 803px;	
	padding: 0px;		
	text-align: center;
	margin: 0 auto;		
	background: url(../images/bg_row2.gif);
	position: relative;
	height: 100%;	
}

#logo {
	background: url(../images/logo.jpg);
	width: 200px;
	height: 165px;		
	float: left;	
}

#header {
	background: url(../images/head.jpg);
	width: 603px;
	height: 50px;				
	float: left;
}

#head2 {
	background: url(../images/head2.jpg);
	width:  603px;
	height: 171px;		
	float: right;
}

#navhead {
	background: url(../images/nav_head.jpg);
	width: 200px;
	height: 91px;	
	float: left;		
}

#contentcontainer {	
	width: 803px;
	background: url(../images/bg_row.gif);
	min-height:75%;
	height: auto !important;
	height: 75%;
}

#navi {
	width: 200px;					
	float: left;				
}

#content {			
	width: 573px;				
	text-align: left;		
	float: left;	
	margin: 0 15px 0 15px;
}

.clear {
	clear: both;
}

.tabdesign {
	width: 515px;
	background: url(../images/box_bg.jpg) repeat-y;				
	padding: 10px 0 10px 0;	
	}

.tabtop {
	width: 515px;
	background: url(../images/box_head.jpg) no-repeat;				
	margin-top: 15px;
	padding: 10px 0 0px 10px;
	}

.tabbot {
	width: 515px;
	height: 32px;
	background: url(../images/box_bottom.jpg) no-repeat;	
	padding: 0px 0 10px 10px;	
	}	

.tabwhite {
	margin-right: 15px;				
}

.team {
	width: 508px;
	padding: 0;
	text-align: left;		
}

img.navimg {
	border: 0;
	width: 200px;
	height: 24px;
}

img.floatL {
	float: left;
	margin: 5px 5px 0 0;	
	border: 0;
}

.floatR {
	float: right;	
}
