/* css Space Organizer website 2009 */
/* All associated graphics copyright 2009, Anthony Cummins. Red Ant Media */
/* Added: February 2009 */
	
body {
	font-family: Arial;
	background: #880f1a url(images/bgr.gif) center repeat-y;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#container {
	width: 800px;
	height: 100%;
	margin: auto;
	text-align: left;
	background: none;
	padding: 0 0 0 0px;
	position: relative;
	top: 0px;
}

#topnav{
	width: 500px;
	height: 25px;
	position: absolute;
	left: 30px;
	top: 17px;
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
	font-size: 0.9em;
	}
	
#phoneno{
	width: 240px;
	height: 25px;
	position: absolute;
	left: 530px;
	top: 17px;
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	font-size: 1.2em;
	}
	
#topnav p, #topnav a, #phoneno p{	
	color: #fcb040;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	}
	
#topnav a:hover{
	color: #FFF;
	text-decoration: underline;
	}

#header{
	width: 740px;
	height: 220px;
	position: absolute;
	left: 30px;
	top: 50px;
	background: #FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#header img{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	}
	
#maincopy{
	width: 470px;
	height: 300px;
	position: absolute;
	left: 30px;
	top: 290px;
	background: #880f1a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#mainportfolio{
	width: 740px;
	height: 300px;
	position: absolute;
	left: 30px;
	top: 290px;
	background: #880f1a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
		
#portfolio{
	width: 250px;
	height: 300px;
	position: absolute;
	left: 520px;
	top: 290px;
	background: #880f1a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#maincopy h1, #mainportfolio h1{
	font-size: 1.0em;
	color: #fcb040;
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 0px 0px;
	}
	
#portfolio h1, #box1 h1, #box2 h1, #box3 h1{
	font-size: 0.9em;
	color: #fcb040;
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 0px 0px;
	}
	
#maincopy p, #mainportfolio p{
	font-size: 1.0em;
	color: #FFF;
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 0px 0px;
	}
	
#maincopy ul{
	font-size: 1.0em;
	color: #FFF;
	}
	
#portfolio p, #box1 p, #box2 p, #box3 p, #box3 form{
	font-size: 0.9em;
	color: #FFF;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

#portfolio img, #box1 img, #box2 img, #box3 img{
	padding: 0px 15px 0px 15px;
	margin: 15px 0px 0px 0px;
	}
	
#mainportfolio a img{
	border: 3px solid #fcb040;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#mainportfolio a:hover img{
	border: 3px solid #fff;
	}
	
#maincopy a, #portfolio a, #box1 a, #box2 a, #box3 a{
	color: #fcb040;
	text-decoration: none;
	}
	
#maincopy a:hover, #portfolio a:hover, #box1 a:hover, #box2 a:hover, #box3 a:hover{
	text-decoration: underline;
	}
	
#box1{
	width: 225px;
	height: 225px;
	position: absolute;
	left: 30px;
	top: 610px;
	background: #880f1a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#box2{
	width: 225px;
	height: 225px;
	position: absolute;
	left: 275px;
	top: 610px;
	background: #880f1a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#box3{
	width: 250px;
	height: 225px;
	position: absolute;
	left: 520px;
	top: 610px;
	background: #880f1a;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#footer{
	width: 740px;
	height: 50px;
	position: absolute;
	left: 30px;
	top: 850px;
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#footer p{	
	font-size: 0.7em;
	color: #fcb040;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-decoration: none;
	text-align: center;
	}
	
#footer a{
	color: #fcb040;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
#footer a:hover{
	color: #FFF;
	}
	
