/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:24px;
	text-align:center;
	margin-top:-15px;
}

h2 {
	font-size:21px;
	margin-bottom:5px;
}

h3 {
	font-size:18px;
}

p {
	margin-bottom:15px;
}

ul {
	margin:0 0 15px 10px;
	list-style:none;
}

a {
	color:#FFFFFF;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

img {
	border:none;
}

.border {
	border:solid 2px white;
	margin:5px 0;
}

p.border {
	padding:7px 10px;
}

.hidden {
	display:none;
}

.clear {
	clear:both;
}

#wrapper {
	width:800px;
	margin:25px auto;
}

#header {
	
}

#header ul.navigation {
	display:block;
	list-style:none;
	text-align:center;
}

#header ul.navigation li {
	display:inline;
	padding:10px 50px;
}

#header ul.navigation li a {
	text-decoration:none;
	font-size:16px;
}

#header ul.navigation li a:hover {
	text-decoration:underline;
}

#mainContent {

}

#leftColumn {
	float:left;
	width:450px;
	margin-right:50px;
}

#rightColumn {
	float:right;
	width:300px;
	margin-top:30px;
}

#footer {
	text-align:center;
	margin-top:20px;
	text-transform:uppercase;
	font-size:11px;
}

/* Page Specific */

#home_1 {
	background:url(../images/home_heading_1.gif) top left no-repeat;
	text-indent:-9999em;
	height:28px;
}

#home_2 {
	background:url(../images/home_heading_2.gif) top left no-repeat;
	text-indent:-9999em;
	height:27px;
}

#home_3 {
	background:url(../images/home_heading_3.gif) top left no-repeat;
	text-indent:-9999em;
	height:25px;
}

.homeRight {

}

.homeRight p {
	float:left;
	width:200px;
	margin-top:75px;
}

.homeRight ul {
	/*float:right;
	width:75px;*/
	text-align:center;
}

.homeRight ul li {
	margin:10px 0;
}

#portfolio_1 {
	background:url(../images/portfolio_heading_1.gif) top center no-repeat;
	text-indent:-9999em;
	height:43px;
	text-align:center;
}

#portfolio_2 {
	background:url(../images/portfolio_heading_2.gif) top center no-repeat;
	text-indent:-9999em;
	height:26px;
	text-align:center;
}

#portfolio {
	text-align:center;
	width:660px;
	margin:0 auto;
}

#portfolio li {
	float:left;
	width:200px;
	margin:10px;
	font-size:14px;
}

#contact_1 {
	float:left;
	width:130px;
	background:url(../images/contact_heading_1.gif) top left no-repeat;
	text-indent:-9999em;
	height:33px;
}

#contact_info {
	float:left;
	width:320px;
	font-size:16px;
	line-height:1.6em;
}

#contact_2 {
	clear:left;
	background:url(../images/contact_heading_2.gif) top left no-repeat;
	text-indent:-9999em;
	height:30px;
	margin-top:40px;
}
