@charset "utf-8";
/* CSS Document */

/*Margin*/

* { margin: 0; }

body {
	background-color: #323232;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center 0px;
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	font-size: 11px; 
	color: #999; 
	
	text-shadow: 2px 2px 2px #000;
}

#wrapper {
	margin: 10px auto 0 auto;
	width: 980px;
}

/*Content*/

.content { 
	width: 980px; 
	height: auto;
}

.div {
	width: 840px;
	background-color: rgba(51,51,51,0.3);
	border: 2px solid;
	border-color: #0f0f0f;
	padding: 15px;
	background-repeat: repeat;
	margin: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

/*Images*/

.img {
	
	width: 800px;
	margin: 0 auto;
	
	-moz-box-shadow: 3px 3px 3px #000; 
	-webkit-box-shadow: 3px 3px 3px #000; 
	box-shadow: 3px 3px 3px #000;
	
	border: 1px solid;
	border-color: #000;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.img2 {
	
	width: 512px;
	margin: 0 auto;
	
	-moz-box-shadow: 3px 3px 3px #000; 
	-webkit-box-shadow: 3px 3px 3px #000; 
	box-shadow: 3px 3px 3px #000;
	
	border: 1px solid;
	border-color: #000;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.img3 {
	
	margin: 0 auto;
	
	-moz-box-shadow: 3px 3px 3px #000; 
	-webkit-box-shadow: 3px 3px 3px #000; 
	box-shadow: 3px 3px 3px #000;
	
	border: 1px solid #000;
	
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}


/*Navigation*/

#nav { 
	margin: 10px auto;

	text-align:center; 
	font-size: 24px;
	list-style-type: none;
	
	font-family: 'RingbearerMedium', 'Lucida Grande', Helvetica, sans-serif;
}

#nav li {display: inline-block; list-style-type: none;}

/*Banner & Footer*/

#footer {
	float: left;
	position:fixed;
	top: 580px;
	left: 8px;
	
	color: #888;
	text-align: left;
	font-size: 12px;
	
	text-shadow: 1px 1px 1px #000;
}

#footer a {color: #888;}

/*Type*/

p { font-size: 14px; line-height: 17px; margin: 6px 0px 15px 0;}
h1 { font-family: Helvetica, sans-serif; font-size: 36px; color: #ccc; }
h2 { font-family: Helvetica, sans-serif; font-size: 33px; color: #ccc; margin-bottom: 20px; }
hr {margin: 6px auto; width: 940px;}
img { border: 0; }

/*Links Css*/

a:link { text-decoration: none; color: #adadad; }
a:visited { text-decoration: none; color: #adadad; }
a:active { text-decoration: underline; }
a:hover { text-decoration: underline;  color: #ccc; }