
* {  
  padding : 0;
  margin : 0;
}

html{
	font : 13px 'Voltaire', 'Petrona', 'bitstream vera sans mono', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;

	background: url(../images/background.jpg) left top fixed;
/*
	-webkit-background-size: cover;
	moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
*/
}

body {  
	padding : 0;
	margin : 0;
	text-align: left;
}

#header-wrap {
	float: block;
	width: 1000px;
	margin: 10px auto;
	padding: 20px;
	background: white;
	-moz-box-shadow: 0 0 20px black;
	webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
}

#header-wrap-title {
	width: 600px;
	margin: 0px;
	padding-left: 0px;
	vertical-align: bottom;
	border : 0px solid #000000;
	text-align: center;
	color: #FFFFFF;
}

#header-wrap-title h1{
  text-align: center;
  font-size : 320.0%;
}

#header-wrap-title h1 a {
  color: #000000;
  text-decoration: none;
}

#header-wrap-title h1 a:hover {
  color: #8F3F3F;
  text-decoration: none;
}

#header-wrap-menu {
	position: relative;
	float: block;
	width: 920px;
	margin: 0px;
	margin-top: 5px;
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 40px;
	border : 0px solid #000000;
	text-align: right;
	font-size : 125.0%;
}

#header-wrap-menu ul li {
	color: #FF0000;
	list-style: none;
}

#header-wrap-menu a {
	color: #000000;
	width: 100px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
	border : 1px solid #FFFFFF;
}

#header-wrap-menu a:hover {
	color: #8F3F3F;
	text-decoration: none;
}


#content-wrap {
	float: block;
	width: 1040px;
	margin: 100px auto;
	padding: 0px;
	background: white;
	-moz-box-shadow: 0 0 20px black;
	webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	font: 14px 'Voltaire', 'Petrona', 'Voltaire', 'bitstream vera sans mono', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
	position: relative;
	border : 0px solid #FF0000;
}

p {
	font: 13px 'Voltaire', 'bitstream vera sans mono', 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif;
}

#content-wrap-left {
	float: left;
	width: 197px;
	margin: 1px;
	padding: 6px;
	vertical-align: bottom;
	border : 0px solid #00FF00;
	text-align: left;
	color: #000000;
}


#content-wrap-left ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
}

#content-wrap-left ul li {

}

#content-wrap-left a {
  color: #000000;
  text-decoration: none;
}

#content-wrap-left a:hover {
  color: #8F3F3F;
  text-decoration: none;
}

#content-wrap-center {
	float: center;
	width: 600px;
	margin: 0px;
	padding: 100px auto;
	vertical-align: bottom;
	border : 0px solid #00FF00;
	/*border-right : 1px solid #000000;*/
	/*border-left : 1px solid #000000;*/
	text-align: left;
	color: #000000;
}

#content-wrap-center a {
  color: #000000;
  text-decoration: underline;
}

#content-wrap-center a:hover {
  color: #8F3F3F;
  text-decoration: none;
}


#content-wrap-right {
	float: right;
	width: 197px;
	margin: 1px;
	padding: 6px;
	vertical-align: bottom;
	border : 0px solid #00FF00;
	text-align: left;
	color: #000000;
}

#content-wrap-right a {
  color: #000000;
  text-decoration: none;
}

#content-wrap-right a:hover {
  color: #8F3F3F;
  text-decoration: none;
}

#content-wrap-close {
	clear: both;
}

#content-wrap-close a {
  color: #000000;
  text-decoration: none;
}

#content-wrap-close a:hover {
  color: #8F3F3F;
  text-decoration: none;
}

	
#footer-wrap {
	clear:both;
	width: 1000px;
	margin: 10px auto;
	padding: 20px;
	background: white;
	-moz-box-shadow: 0 0 20px black;
	webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	
	text-align: right;
}

#footer-wrap a {
  color: #000000;
  text-decoration: none;
}

#footer-wrap a:hover {
  color: #8F3F3F;
  text-decoration: none;
}

