/* Remove browser default stylings */

* {
	margin:0;
	padding:0;
	border:0;
}

/* Standard body stuff */
body { 
	background: #5c2d0b;
	color:#000; 
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

#page {
	width:770px;
	margin-left:auto;
	margin-right: auto;
	border: 1px solid black;
	margin-top: 5px;
	background: #00ff00;
}

#header {
	width:770px;
	border: none;
	height: 185px;
	background: url(../images/template/header.jpg);
}

#contentArea {
	position: relative;
	top:0;
	left:0;
	background: #00ff00;
	width: 770px;
}

#navigation {
	background: #00ff00;
	width: 720px;
	font-weight: bold;
	padding: 10px 25px 10px 15px;
}

#navlist li {
	display: inline;
	list-style-type: circle;
}

#navlist li a, #navlist li a:active, #navlist li a:visited {
	color:#000000;
	text-decoration: none;
	padding-left: 10px;
	padding-right:10px;
}

#navlist li a:hover {
	color: #cc0000;
}

#footer {
	clear:both;
	width:770px;
	border: none;
	height: 110px;
	background: url(../images/template/footer.jpg);
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

#footer p {
	padding-top:50px;
}

#footer a, #footer a:active, #footer a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#skyscraper {
	float: left;
	border: 1px solid black;
	background: #ffffff;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top: 15px;
	padding: 15px 10px 15px 10px;
}

#ideaBox {
	float: right;
	border: 1px solid black;
	background: #ffffff url(../images/template/bulb.gif) no-repeat 12px 5px;
	width: 555px;
	height: 50px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-top: 15px;
}

#ideaBox .title {	
	margin-right: 10px;
	margin-left: 60px;
	font-weight: bold;
}

#ideaBox p {	
	margin-right: 25px;
	margin-left: 60px;
}

.textads {
	float: right;
	width: 555px;
	margin-right: 25px;
	text-align:center;
}

.textadsinbody {
	width: 555px;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align:center;
}

.adsquare {
	float: right;
	margin: 25px;
	width: 250px;
	height: 250px;
}

#maincontentBox {
	float: right;
	border: 1px solid black;
	background: #ffffff url(../images/template/earth.gif) no-repeat 5px 3px;
	width: 555px;
	height: auto;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#maincontentBox h1 {	
	margin-right: 10px;
	margin-left: 60px;
	font-weight: bold;
	font-size: 16px;
}

#maincontentBox h2 {	
	margin-top:15px;
	margin-right: 10px;
	margin-left: 60px;
	font-weight: bold;
	font-size: 12px;
}

#maincontentBox p {	
	margin-top: 15px;
	margin-right: 25px;
	margin-left: 60px;
	text-align:justify;
	line-height: 1.5;
}

#maincontentBox dl {
	margin-top:15px;
	margin-left:60px;
	margin-right: 25px;
}

#maincontentBox dl dt {
	margin-top: 15px;
}

#maincontentBox dl dd {
	margin-left: 15px;
	margin-top: 5px;
	line-height: 1.5;
	text-align: justify;
}

#maincontentBox a, #maincontentBox a:active, #maincontentBox a:visited {
	color: #009900;
	text-decoration: underline;
}

#maincontentBox a:hover {
	color:#33ff00;
	text-decoration:none;
}

#maincontentBox ul {
	margin-top:15px;
	margin-left:70px;
	margin-right: 25px;
}

#maincontentBox  ul li {
	margin-top: 15px;
}