/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #C7D8E5 url(images/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444;
}

h1 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #578CDB;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #578CDB;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #4773C1;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a:hover {
	text-decoration: none;
	color: #73C5E5;
}

.img1 {
	float: left;
	margin: 4px 15px 10px 4px;
	border: 5px solid #ABDCEF;
}
.text1 {
	font-size: 14px;
}

/** HEADER */

#header {
/*	width: 770px; */
	width: 860px;
	height: 100px;
	margin: 0px auto;
	background: #FFFBFD url(images/company_name.gif) no-repeat 	center top;
	padding: 0px;
}

#header h1 {
	margin: 0px;
	padding: 20px;
}

#header h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu {
	width: 869px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #578CDB;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #73C5E5;
}

/** CONTENT */

#content {
	width: 870px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

#MainContent {
	float: right;
	width: 580px;
	padding: 0px 20px 40px 20px;	
}

#MenuNews {
	float: left;
	width: 210px;
	padding: 0px 20px 40px 20px;
}

#MenuNews .galleryul, .galleryul a {
	margin: 10px;
	padding: 0px;
	list-style: none;
	color: #C00000;
}


#colA {
	float: left;
	width: 230px;
	padding: 0px 20px 0px 0px;
}

#colB {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 869px; /* had to make this size because of IE?? */
	margin: 0px auto;
	border-top: 5px solid #578CDB;
}

#footer p {
	margin: 0px;
	padding: 20px 10px 0px 265px;
	color: #4773C1;
	height: 25px;
}

#border-top {
	clear: left;

	border-bottom: 5px solid #578CDB;
}

label{
	float: left;
	width: 150px;
	margin-left: 10px;
	font-weight: bold;
}

input, textarea{
	margin-bottom: 5px;
}

input, select{
	margin-bottom: 5px;
}

#clearer {
	clear: both;
	}

