/*
By Primro Design
http://www.primerodesign.com

*/

*
{
margin: 0px;
padding: 0px;
}

body {
	background-image:url(img/striped.png);
	background-repeat:repeat;
	background-color:#FFF;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	font-size:18px;
	text-decoration:underline;
	color:#999;
}

a:hover {
	text-decoration:none;
	color:#CCC;
}

h1 {
	font-size:44px;
	padding-bottom:20px;
}

#nav {
	width:900px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

#nav a {
	background-image:url(img/button1.png);
	background-repeat:no-repeat;
	width: 160px;
	height:60px;
    display: block;
	float:left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	margin-left:10px;
	padding-top:40px;
}

#nav a:hover {
	background-image:url(img/button2.png);
}

.active {
	background-image:url(img/button2.png);
	background-repeat:no-repeat;
	width: 160px;
	height:100px;
    display: block;
	float:left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	margin-left:10px;
	padding-top:40px;
}


#top {
	background-image:url(img/top.png);
	background-repeat:no-repeat;
	width:900px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#top a {
	background-image:url(img/button3.png);
	background-repeat:no-repeat;
	width:100px;
	height:45px;
	display:block;
	color:#FFF;
	text-align:center;
	padding-top:18px;
	text-decoration:none;
	font-size:18px;
	margin-right:20px;
	float:right;
	margin-top:25px;
}

#top a:hover {
	background-image:url(img/button4.png);
	background-repeat:no-repeat;
	width:100px;
	height:45px;
}

#middle {
	background-image:url(img/yun_4394x.png);
	background-repeat:no-repeat;
	width:900px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
}

h5 {
	font-size:18px;
	color:#CCC;
	padding-top:155px;
	padding-left:20px;
	font-family:"Courier New", Courier, monospace;
}

#bottom {
	background-image:url(img/bottom.png);
	background-repeat:no-repeat;
	width:900px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	background-image:url(img/middle.png);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:19px;
}

#footer {
	text-align:center;
	color:#000;
	font-size:16px;
	padding-top:0px;
	padding-bottom:10px;
}

.img {
	border:none;
	margin-left:30px;
	margin-right:30px;
	border:#666 1px solid;
	margin-top:40px;
}

table {
	margin-left:auto; 
	margin-right:auto;
}

table img {
	border:#999 1px solid;
	margin-left:15px;
	margin-right:15px;
}
	
	