/*
Theme Name: Site Safe
Description: WordPress theme for Site Safe.
Version: 1.0
Author: Shaune Price
WordPress by Shaune Price || http://shauneshow.com
*/


/* Standard Page Styling */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
	display: inline;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 15px;
}
.aligncenter {
	margin: 0 auto;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 12px;
}
h3 {
	font-size: 11px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}
h6 {
	font-size: 8px;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg-repeat.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #212121;
}
#wrap-one {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#wrap-out {
	background-color: #FFF;
	height: auto;
	width: 100%;
	background-image: url(img/bg-repeat.gif);
	background-repeat: repeat-x;
}
#nav {
	margin-right: auto;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 5px;
	height: 20px;
	padding-bottom: 3px;
}
#nav a {
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.nav-div {
	display: inline-block;
	height: 10px;
	width: 10px;
	background-image: url(img/nav-div-img.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 5px;
	padding-left: 5px;
}
#out-left {
	background-image: url(img/nav-left-bg.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	margin-right: 10px;
	width: 570px;
}
#out-right {
	background-image: url(img/nav-right-bg.gif);
	background-repeat: no-repeat;
	background-position: right 8px;
	background-color: #212121;
	margin-left: 10px;
	padding-right: 10px;
}
#logo {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 40px;
	margin-bottom: 50px;
}
#content-all {
	width: 1024px;
}
#content-left {
	float: left;
	width: 560px;
	text-align: center;
}
#content-left a {

	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#content-right p {
	font-size: 14px;
	line-height: 18px;
	color: #212121;
	padding-bottom: 12px;
}
#foot-all {
	height: 130px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #212121;
}
#foot-all  p {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content-right {
	float: left;
	width: 464px;
}

