body {
	margin: 0;
	padding: 0;
	background-color: #ddd;
	background-image: url(./img/bg.gif);
	background-position: center;
	background-repeat:repeat-y;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
}

a {
	text-decoration: none;
	color: #122;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

#container {
	margin: 0 auto;
	width: 780px;
}

#header {
	height: 200px;
}

#logo {	
	height: 150px;
	background-image: url(./img/header_g.jpg);
	background-repeat: repeat-x;
}

#menu {
	float: left;
	width: 100%;
	height: 50px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 125%;
	color: #FFF;
	background-image: url(./img/bg_menu.gif);
	border-top: 5px solid #122;
	border-bottom: 5px solid #122;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	margin-top: 15px;
}

#menu li {
	display: inline;
	padding-left: 15px;
}

#menu li a:hover {
	color: #fff;
}

#menu .active {
	text-decoration: underline;
	color: #fff;
}

#content {
	width: auto;
	height: auto;
	background: #FFF;
	padding: 15px;
	background-image: url(./img/bg_content.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#content h2 {
	padding: 0 0 3px 0;
	margin: 15px 0 7px 0;
	font-size: 140%;
	letter-spacing: -1px;
	font-weight: normal;
	color: #122;
	border-bottom: 1px solid #122; 
}

#content p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 150%;
}

#contentImage {
	margin: 15px 0 15px 15px;
	height: 192px;
}

.corpImage {
	width: 30%;
	padding: 1%;
}

#contact {
	border-top: 1px solid #122; 
	padding: 15px 0px; 
	font-size: 11px; 
	height: 80px; 
	margin-top: 30px;
}

.contactInfo {
	float: left; 
	margin-right: 15px;
}

.contactFounder {
	float: right;
	width: 380px
}

#footer {
	height: 35px;
	background: #676;
	border-top: 5px solid #122;
	color: #122;
	padding: 1% 2%;
}

#footerleft {
	float: left;
	padding: 1% 2%;
}