/** Reset **/
* { margin:0; padding:0; }

/** Begin Three Column Layout **/
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1058px;				/* Total Width */
	margin-top: 1em;
}

#left {
	float: left;
	width: 289px;				/* Left Width */
}

#center {
	float: left;
	width: 458px;				/* Center Width */
	margin: 0 11px;				/* Half of Gutter */
}

#right {
	float: left;
	width: 289px;				/* Right Width */
}
/* Gutter = (Total Width - (Left Width + Center Width + Right Width) */
/** Three Column Layout End **/

/** Border Layout **/
div.top_left { 
	background-image:url('images/top_left.gif');
	float: left;
	width: 29px;
	height: 28px;
}

#center div.top { 
	background-image:url('images/top.gif');
	float: left;
	width: 400px;
	height: 28px;
}

div.top_right { 
	background-image:url('images/top_right.gif');
	float: left;
	width: 29px;
	height: 28px;
}

#center div.left { 
	background-image:url('images/left.gif');
	float: left;
	width: 14px;
	height: 580px;
}

#center div.main_content {
	background-image: url('images/tile.jpg');
	float: left;
	width: 430px;
	height: 600px;
}

#center div.right { 
	background-image:url('images/right.gif');
	width: 14px;
	height: 580px;
	float: left;
}

div.bottom_left { 
	background-image:url('images/bottom_left.png');
	width: 29px;
	height: 28px;
	float: left;
	margin-top: -20px;
}

#center div.bottom { 
	background-image:url('images/bottom.gif');
	width: 400px;
	height: 13px;
	float: left;
	margin-top: -5px;
}

div.bottom_right { 
	background-image:url('images/bottom_right.png');
	width: 29px;
	height: 28px;
	float: left;
	margin-top: -20px;
}

/** Styles **/
body {
	background: #000;
	background-image: url('images/back.jpg');
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;	
	color: #fec;
}

a {	
	color: #ec0;
	text-decoration: none;
}

a:hover {
	color: #ec0;
	text-decoration: underline;
}

/* Main Content */
#center {
	text-align: center;
}

#center p#logo {
	padding-top: 10px;
}

#center p#tagline {
	color: #ec0;
	font-style: italic;
}

#center p.description {
	text-align: justify;
	margin: 15px 20px;
}

/* Gallery */
#left li, #right li {
	list-style: none;
	background-image: url('images/gallerybox.png');
	background-repeat: no-repeat;
	width: 289px;
	height: 207px;
	margin-bottom: 8px;
}

#left img, #right img {
	padding: 28px 0 0 15px;	
	width: 259px;
	height: 165px;
}

#left p, #right p {
	font-size: 75%;
	font-style: italic;
	text-align: center;
	background: #000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	margin: -17px 15px 0 15px;
}