/* CSS Document */

body {
background-image:url(images/main-background.jpg);
background-repeat:repeat-x;
margin:0px;
background-color:#5F7F9A;
text-align:center;
}

.wrapper {
width:750px;
height:auto;
display:table;
margin:auto;
}

.main {
width:750px;
height:auto;
display:table;
background-color:#FFFFFF;
}

.main2 {
width:750px;
height:auto;
display:table;
}

.tabs {
float:left;
width:46px;
background-color:#5F7F9A;
}

.content {
background-color:#FFFFFF;
float:left;
width:704px;
height:auto;
display:table;
}

		.left {width:330px;
		float:left;
		height:auto;
		margin: 15px;
		margin-left: 30px;
		text-align:left;
		font:Georgia, "Times New Roman", Times, serif;
		display:table;
		}
		
		.full {width:610px;
		float:left;
		height:auto;
		margin: 15px;
		margin-left: 30px;
		text-align:left;
		font:Georgia, "Times New Roman", Times, serif;
		}
		
		.line {width:610px;
		float:left;
		height:auto;
		margin: 15px;
		margin-left: 30px;
		text-align:left;
		}
		
				h1 {
				font-size:20px;
				color:#72C2C7;
				}
				
				h2 {
				font-size:16px;
				color:#72C2C7;
				}
				
				p {
				line-height:23px;
				}
		
		.right {width:280px;
		float:left;
		height:auto;
		margin: 15px;
		display:table;
		}


.footer {
background-image:url(images/footer-background.jpg);
background-repeat:repeat-x;
width:704px;
height:190px;
float:right;
}

.header {
background-image:url(images/header.jpg);
background-repeat:no-repeat;
width:704px;
height:88px;
float:right;
}

