/* layout.css */

body
{
	background: #fff url('../GW_Syko/images/sk_bkg.jpg') top center no-repeat;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #CCCCCC;
}

#wrapper
{
	display: table;
	margin: 0 auto;
}

/* ---- Header Area ---- */

#header
{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}

#header-1
{
}

#header-1-2
{
	position: absolute;
	right: 0px;
	top: 12px;
}

#logo {}

#logo-1 /* Logo Image */
{
	position: relative;
	top: 7px;
}

#logo-1-2 /* Slogan beside Logo Image */
{
	width: 50px;
	position: absolute;
	top: 65px;
	left: 170px;
	color: #000;
}
     
/* ---- Navigation Area ---- */

#navigation
{
	width: 960px;
	height: 35px;
	background: url('../GW_Syko/images/sk_navheader.png') repeat-x;
	margin: 0 auto;
	
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
}

#navigation-1
{
	padding: 4px;
}

.navigation-button
{
	display: block;
	width: 100px;
	height: 25px;
	background: url('../GW_Syko/images/sk_navbutton.png') no-repeat;
	line-height: 25px;
	text-align: center;
	float: left;
	margin-right: 5px;
	color:#fff;
	
	border: solid 1px #291d1d;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.navigation-button:hover
{
	background-position: 0px -25px;
	text-decoration:none;
}

.navigation-button:active
{
	text-decoration:none;
}

/* ---- Main Area ---- */

#main-content
{
	display: table;
	width: 960px;
	background: #220d0c; /* #220d0c */
	margin: 0 auto;
	position: relative;
	
	border-left: solid 1px #000;
	border-right: solid 1px #000;
}

.column
{
}

.column-seperator
{
	display: block;
	width: 12px;
}

#column-left
{
	display: table-cell;
	float: left;
	margin-left: -20px;
	margin-top: 10px;
	
	/*position: relative;
	top: 10px;*/
}

#column-right /* Widget Column */
{
	display: table-cell;
	float: right;
	margin-right: -20px;
	margin-top: 10px;
	
	/*position: absolute;
	top: 0px;
	right: 0px;*/
}

#column-bottom
{
	width: 100%;
	height: 10px;
	clear: both;
}

/* ---- Footer Area ---- */

#footer
{
	width: 960px;
	height: 80px;
	color: #000;
	background: url('../GW_Syko/images/sk_footer.png') repeat-x;
	text-align: center;
	margin: 0 auto;
	
	border-bottom: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	
	-moz-border-radius: 0px 0px 6px 6px;
	-khtml-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}

#footer-links
{
	position: relative;
	top: 15px;
}

/* END */
