* {
	padding: 0px;
	margin: 0px;
}

html {
	width: 100%;
	height: 100%;
}
/* General Style Info */

body {
	background: #fff;
	width: 100%;
	height: 100%;
	font-family:"Century Gothic","lucida grande",verdana,helvetica,arial,sans-serif;
	font-size: 62.5%;
	color: #646464;
}

#container {
	position: relative;
	border: 1px solid #7f7f7f;
	margin: 15px auto 0;
	/*width: 95%;
	height: 95%;*/
	
	width: 1080px;
	height: 768px;
	font-size: 1.2em;
}

.structure { position: relative; }

.clear {
	clear: both;
}

/*.cake-sql-log { display: none; }*/

/* Typography
**************************************************************************/
b, strong {
	color: #999999;
}
a {
	text-decoration:none;
	color: #646464;
}
a:hover {
	color: #003d4c;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #646464;
	font-size: 3em;
}
h2 {
	color: #646464;
	font-size: 2em;
}
h3 {
	color: #646464;
	font-size: 165%;
}
h4 {
	color: #646464;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}
p {
	margin: 0 0 13px 0;
}

h3 a {
	color: #993;
	text-decoration: underline;
}
/*************************************************************************/

/* Header
**************************************************************************/
#header {
	position: relative;
	height: 60px;
	width: 1080px;
}

#header h1 a {
	background: url(../img/layout/sandytam_logo2.png) no-repeat;
	width: 268px;
	height: 81px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	left: 20px;
}
/*************************************************************************/

/* Top Navigation 
**************************************************************************/
#navigation {
	position: absolute;
	right: 0;
	bottom: 0;
}

#navigation ul {
	margin: 0;
}

#navigation li {
	margin: 0;
	float: left;
	list-style: none;
}

#navigation a {
	color: #646464;
	font-family: 'Century Gothic',Verdana;
	font-size: 1.2em;
	text-transform: uppercase;
	height: 17px;
	display: block;
	text-align: center;
	line-height: 17px;
	letter-spacing: 2px;
	margin: 0 14px 0 29px;
	padding: 0 2px
}

#navigation a:hover, #navigation li.active a {
	background: #666666;
	color: #ffffff;
}
/*************************************************************************/


/* Main Section
**************************************************************************/
#main {
	margin: 84px 0 0 0;
}

#content .inner {
	margin: 0 10px 0 10px;
}

.single_page { border: 1px solid #000000;}

/*************************************************************************/


/* Footer
**************************************************************************/
#footer {
	z-index: -1;
	bottom:15px;
	margin:0 auto;
	position:absolute;
	width:1080px;
}

#footer #copyright {
	color:#C1C1C1;
	margin:13px auto 0;
	text-transform:uppercase;
	width:360px;
	letter-spacing: 2px;
	font-size: 0.9em;
}
/* Footer End ************************************************************/
