body {
	background-color: #000000;
	background-image: url('images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	font-family:"Arial", "Helvetica", "San Serif";
	font-size: 14px;
}

#outer {
	margin: 40px auto;
	width:940px;
	position: relative;
	height: 1000px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 30px;
	
}

#email {
	position: absolute;
	top: 5px;
	left: 270px;
}

#menu {
	position: absolute;
	top: 215px;
	left:24px;

}

#content {
position: absolute;
top: 270px;
width:940px;
height: 565px;


}

#inner {
	background-color: #222222;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	width: 872px;
	margin: 0 auto;
	color: 	#ffffff;
	height: 550px;
}

#inner p {
	text-align: justify;
	margin-right: 20px;
}

#inner a {
	color: #ef69dd;
}

#leftPanel {
	width: 480px;
}

#leftPanelC {
	width: 400px;
}

#contactTable {
	width: 350px;
	margin: 40px auto;
}

#contactTable td {
	padding: 10px;
	font-size: 140%;
}

#contactTable input, #contactTable textarea {
	font-size: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border-width: 0px;
	background-color: #f0f0f0;
	width: 100%;
	padding: 0.5em;
}

#content-index {
	width: 845px;
	height: 565px;
	margin: 0 auto;
	background-image: url('images/main-index.jpg');
	
}

#content-index h1 {
text-indent: -10000px;
}

#boxes {
position: absolute;
top: 330px;
width:845px;

}

.galleryItem {
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;

}

#box1 {
	width: 283px;
	float: left;
}
#box2 {
	width: 279px;
	float: left;
}

#box3 {
	width: 283px;
	float: left;
}

#bottom {
	position: absolute;
	bottom: 75px;
	width: 940px;

}

#copyright {
	margin: 0 auto;
	color: white;
	text-align: center;
}

#copyright a {
	color: #c84bb7;
}
