﻿/* CSS Document */


A:link {color: #C2DBE2; text-decoration:none}
A:visited {color:#C2DBE2; text-decoration:none}
A:active {color: #C2DBE2; text-decoration:none}
A:hover {color: #76D1F0; text-decoration:none} 

body { 
background-color:#76D1F0;
background-image: url('images/bg3.png');
text-align: center;
margin-top: 20px;
}

#main {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -397px;
	
	}
.style6 {
	border-style: solid;
	background-color: white;
	border-width: 1px;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style8 {
	border-bottom-style: solid;
	border-bottom-color:gray;
	border-bottom-width: 1px;
}

#table {
background-color: #000000;
border-style: solid;
border-top-width: 11px;
border-left-width: 11px;
border-right-width: 14px;
border-bottom-width: 11px;
border-color: #FFFFFF;
width:794px; 
height:575px;


}

#table2 {
background-color: #000000;
border-style: solid;
border-top-width: 11px;
border-left-width: 11px;
border-right-width: 14px;
border-bottom-width: 11px;
border-color: #FFFFFF;
width:794px; 
height:999px;


}
#logo {
float:left;
margin-left:20px;
}
#nav {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
width:780px;
}

#row1 {
float:left;
}

#content {
width:700px;
height:400px;
margin-top:100px;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;

padding-left:30px;
}

#content2 {
width:700px;
height:400px;
margin-top:20px;
text-align:left;
font-family:"Times New Roman", Times, serif;
font-size:16px;
color:#FFFFFF;
float:left;
padding-left:40px;
}

#aboutimage {
float:none;
}

#abouttext {
float:left;
padding-right:15px;
width:400px;
}

#articlesimage {
float:left;
padding-right:15px;
}

#articlescontent {
float:right;
width:400px;
}