@charset "UTF-8";
/* Responsive Website Design by Lance Sison, Rockstar for hire @ http://www.ArsNovaDesigns.com */ 

/* CSS Document */
* {margin:0; padding:0; border:0; width:auto;}
header, nav, footer {
   display:block;
}

*:link, *:visited, *:hover, *:active, *:focus {
	-webkit-transition:color .25s ease, background-color .25s ease, background .25s ease,border-color .25s ease, opacity .5s ease;
	transition:color .25s ease, background-color .25s ease, border-color .25s ease, opacity .5s ease;
}

a {
	text-decoration:none;
	color:#c7b299;
}
a:hover {
	text-decoration:underline;
	color:#c7b299;
}

body {
	background-color:#FFF;
	background-image:url(images/BG-1.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:scroll;
	font-family: 'Crete Round', serif;
	font-size:18px;
	font-weight:400;
	color:#5d5d5d;
}

#wrapper {
	margin:5px auto 0 auto;
	width:90%;
	max-width:850px;
	padding: 0;
	text-align:center;
}

#graphics {
	margin:0 0 20px 0;
}
#graphics img {
	width:100%;
	height:auto !important;
}

#main {
	padding:10px 30px 30px 30px;
}
#main li{margin-left:20px; list-style-type:square; list-style:}

h1 {
	margin:30px 0 7px 0;
	font-size:34px;
	font-family: 'Crete Round', serif;
	font-weight:400;
}
h2 {
	font-size:24px;
	font-family: 'Crete Round', serif;
	font-weight:400;
}
h3 {
	font-family: 'Crete Round', serif;
	font-size:18px;
	font-weight:400;
	font-style:italic;
}

.updates-date {
	font-size:16px;
	font-weight:400;
	color:#999;
	letter-spacing:2px;
	margin-top:40px;
}
footer {
	clear:both;
	background-color:#efefef;
	padding:20px 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
}

footer a {
	color:#333;
}

.footer-copy {
	font-size:10px;
	text-transform:none;
	letter-spacing:0;
	text-align:center;
}
	