/*GENERAL*/
* {
	padding:0px;
	margin:0px;
}
html {
	-webkit-font-smoothing:antialiased;
}
body {
	margin:0;
	border:0;
	padding:0;
	font-family : PTSansRegular, Verdana, Arial, helvetica, sans-serif;
	font-size : 14px;
	min-height:400px;
}
a img {
	border : none;
}
a:link {
	color : #999;
	text-decoration : underline;
}
a:visited {
	color : #999;
	text-decoration : underline;
}
a:hover, a:active, a:focus {
	text-decoration : none;
}
p {
	padding-top:10px;
}
h2 {
	color:#57cad2;
	font-size:28px;
	font-weight:bold;
	text-shadow:1px 1px 2px rgba(0, 0, 0, 0.45);
	letter-spacing:-1px;
}
h3 {
	color:#333;
	padding-top:10px;
}
h4, h5 {
	color:#666;
}
img.a {
	position: absolute;
	z-index: 10;
}
img.b {
	position: absolute;
}
img.smooth {
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}
/*LAYOUT*/
div#logo {
	position:fixed;
	left:0px;
	bottom:80px;
	height:200px;
	width:200px;
	padding-left:3px;
}
#body-wrap {
	width:  100%;
	min-height: 360px;
	height:100%;
	padding-top:45px;
	background: url('/images/body.png') repeat-x;
	background-position:bottom;
	padding:0;
	margin:0;
	border:0;
	padding-bottom:20px;
}
#body-wrap-foot {
	width:  100%;
	height: 80px;
	background: url('/images/footer.png') repeat-x;
	margin:0;
	border:0;
	padding:0;
	text-align:center;
	-moz-box-shadow: 0px 3px 4px #666;
	-webkit-box-shadow: 0px 3px 4px #666;
	box-shadow: 0px 3px 4px #666;
	color:#333;
	font-size:11px;
	padding-top:10px;
}
#content {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	padding-top:30px;
}
.box {
	width:100%;
	min-height:600px;
	border:2px solid #eeeeee;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background-color:#fff;
	padding:10px;
}
/* NAV */
div#nav {
	position:fixed;
	top:0px;
	width:100%;
	height:35px;
	box-shadow:0px 3px 3px #999;
	-moz-box-shadow:0px 3px 3px #999;
	-webkit-box-shadow:0px 3px 3px #999;
	z-index:999;
	background:url('images/navbar.png') repeat-x;
}
h1#navlogo {
	position:fixed;
	left:10px;
	top:0px;
}
div#navlinks {
	position:fixed;
	margin:0 0 0 -250px;
	height: 35px;
	width: 500px;
	top:0px;
	left:50%;
}
div.divider {
	position:relative;
	float:left;
}
div.dividerright {
	position:relative;
	float:right;
}
div#link {
	position:relative;
	margin-top:3px;
	float:left;
}
div.navinfo {
	position:absolute; display:none; left:505px; color:#fff; top:8px;
}
/* FONTS */
@font-face {
	font-family: 'PTSansRegular';
	src: url('/fonts/PTS55F-webfont.eot');
	src: url('/fonts/PTS55F-webfont.eot?iefix') format('eot'), url('/fonts/PTS55F-webfont.woff') format('woff'), url('/fonts/PTS55F-webfont.ttf') format('truetype'), url('/fonts/PTS55F-webfont.svg#webfontakBUUg6U') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* RANDOM */