* {margin: 0;padding: 0;}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	}

#container{
	width:780px;
	margin:auto;
	height:140px;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
	}
#nav-container {
	width:762px;margin:auto;
	}

#menu {
	position:absolute;
	margin-top:3px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	}

#menu ul .item {
	display:none;
	line-height:1.1em;
	}

#menu ul:hover .item {
	display:block;
	text-align:left;
	width:200px;
	height:24px;
	padding-top:7px;
	text-decoration:none;
	background:#990000;
	white-space:nowrap;
	}
#menu ul:hover {
	display:block;
	width:127px;
	float:left;
	height:24px;
	padding-top:7px;
	text-align:center;
	background:#990000;
	list-style:none;
	white-space:nowrap;
	}
#menu ul:hover .item a {
	display:block;
	text-align:left;
	width:210px;
	height:24px;
	padding-top:7px;
	padding-left:8px;
	color:#ffffff;
	text-decoration:none;
	background:#a6a6a6;
	white-space:nowrap;
	}

#menu ul:hover .item a:hover {
	display:block;
	width:210px;
	height:24px;
	padding-top:7px;
	color:#ffffff;
	text-decoration:none;
	background:#990000;
	white-space:nowrap;
	}
#menu ul {
	width:127px;
	float:left;
	height:24px;
	padding-top:7px;
	text-align:center;
	background:#a6a6a6;
	list-style:none;
	white-space:nowrap;
	}
.top a {color: white; text-decoration: none; display: block;}
.clear{clear:both;}


p {
	font-size: 1.2em;
	padding-left:10px;
	margin-bottom: 10px;
	}
	
h3 {
	display:block;
	height:17px;
	font-size: 1.2em;
	padding-top:3px;
	padding-left:10px;
	margin-bottom:10px;
	color:#FFFFFF;
	background:#990000;
	
	}

h4 {
	font-size: 1.5em;
	padding-top:10px;
	margin-bottom:5px;
	color:#990000;
	}

.clear {clear:both;}


div#header {
		height: 143px; width: 764px;
		margin: 0 auto;
		border-left:#FFFFFF solid;
		border-left-width:3px;
		border-top:#FFFFFF solid;
		border-top-width:3px;
		border-bottom:none;
		background: url(images/header.png) no-repeat;
		}

div#bottom {
		height: 35px;
		width: 780px;
		margin: 0 auto;
		background: url(images/bottom-shadow.png) no-repeat;
		vertical-align: top;
		text-align: center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.1em;
		}
		div#bottom .h5{
		color:#990000;
		}
		
div#bottom a:link {
		color: #990000;
		text-decoration: none;
		}
div#bottom a:visited {
		color: #990000;
		text-decoration: none;
		}
div#bottom a:hover {
		color: #333333;
		text-decoration: none;
		}
div#bottom a:active {
		color: #990000;
		text-decoration: none;
		}

div#bottom div#copyright {
		padding:10px 0 10px 0;
		color:black;
		}
	
div#main-content {
		width: 780px;
		margin: 0 auto;
		padding-top:50px;
		background-image:url(images/background.png);
		background-repeat:repeat-y;
		}
		div#main-content div#left-content {
		float:left;
		padding-left:30px;
		width:490px;
		color:#333333;
		text-align:justify;
		}
		div#main-content div#left-content p {
		padding:0px 0px 0 0px;
		}
		div#main-content div#left-content li {
		padding:0px 0px 0 0px;
		}
		div#main-content div#left-content a:link {
		color: #990000;
		text-decoration: none;
		}
		div#main-content div#left-content a:visited {
		text-decoration: none;
		color: #990000;
		}
		div#main-content div#left-content a:hover {
		text-decoration: none;
		color: #333333;
		}
		div#main-content div#left-content a:active {
		text-decoration: none;
		color: #333333;
		}
		
		div#main-content div#right-content {
		float:right;
		width:180px;
		padding-right:30px;
		padding-top:125px;
		color:#333333;
		background-image:url(images/businesswoman.jpg);
		background-repeat:no-repeat;
		}
		div#main-content div#right-content p {
		padding:10px 0 10px 0;
		font-size:1.1em;
		}
		div#main-content div#right-content a:link {
		color: #ffffff;
		text-decoration: none;
		}
		div#main-content div#right-content a:visited {
		color: #ffffff;
		text-decoration: none;
		}
		div#main-content div#right-content a:hover {
		color: #ffffff;
		text-decoration: none;
		}
		div#main-content div#right-content a:active {
		color: #ffffff;
		text-decoration: none;
		}
		div#main-content div#right-content images {
		text-align:center;
		}
		div#main-content div#right-content h4 {
		display:block;
		height:20px;
		font-size: 1.5em;
		padding-top:5px;
		padding-right:5px;
		color:white;
		background-color:#990000;
		text-align:right;
		}
		div#main-content div#right-content h6 {
	text-align: center;
		}
