*
{

padding: 0px;
}

body{
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Century Gothic", "Avant Garde", sans-serif;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/Blue%20Sky%20Pictures%20HD%20Leopard%20Apple.jpg);
}

#header {
	margin:0 0 0 0;
	background-color: #000000;
}
#header h3.header {
	margin-top: 10px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 48px;
	letter-spacing: -1px;
	margin-bottom: 0px;
}
#header h3.header b{
color: #3f88db;
}
#header h3.slogan {
margin-top: -20px;
margin-left: -25px;
font-weight: normal;
color: #FFFFFF;
font-size: 18px;
letter-spacing: -1px;
margin-bottom: 30px;
}
#nav {
	width: 700px;
	height: 20px;
	background: url("images/line1.png") no-repeat top left;
	margin:0 auto;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 15px;
	letter-spacing: -1px;
	font-size: 14px;
}


#nav a.navlink {
margin-top: 10px;
width: auto;
height: 40px;
text-decoration: none;
color: #FFFFFF;
margin-left: 4px;
margin-right: 7px;
}

#nav a.navlink:hover {
	color: #3f88db;
	background-color: #000000;
}

#content {
	width: 700px;
	margin:0 auto;
	text-align: left;
	background-color: #000000;
}

#news {
	float: left;
	margin-top: 0px;
	margin-left: 100px;
	text-align: left;
	width: 280px;
	height: auto;
}
#news h3.title {
font-size: 18px;
font-weight: bold;
color: #3f88db;
letter-spacing: -1px;
width: 280px;
margin-bottom: 0px;
text-align: left;
}
#news h3.meta {
font-style: italic;
font-size: 12px;
width: 280px;
text-align: left;
font-weight: normal;
margin-top: 0px;
margin-bottom: 15px;
}

#archive {
	background: url('images/line2.png') no-repeat center left;
	width: 250px;
	float: right;
	margin-right: 65px;
	padding-top: 50px;
	clear: right;
	min-height: auto;
}
#archive .entry {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 250px;
	font-size: 11px;
	background-color: #000000;
}
#archive .entry a.archive_title {
font-size: 12px;
color: #3f88db;
font-weight: normal;
width: 200px;
float: left;
text-transform: uppercase;
}

#footer{
float: left;
width: 700px;
background: url('images/line1.png') no-repeat top center;
padding-top: 14px;
font-size: 10px;
height: 50px;
color: #bcbcbc;
text-align: center;
font-weight: normal;
clear: none;
}

#footer a {
color: #bcbcbc;
font-weight: bold;
text-decoration: none;
}

#footer a:hover {
color: #3f88db;
}

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