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

/*div {
	border: 1px dotted #777;
}*/

body {
	background: rgb(70,70,70);
	
}

p {
	margin: 0;
	margin-bottom: 15px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #90b99e;
	margin-bottom: 30px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	color: #90b99e;
	margin: 15px 0px 10px 0px;
	text-align: center;

}

a:link, a:visited, a:active {
	color:#777;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}
a:hover {
	color: #90b99e;
	
}

h2 a {
	color: inherit;
	font-weight: bold;
}

/*--------Containers----*/


#page {
	margin: 0 auto;
	width: 850px;
	background: url('gx/corner.png') right 105% no-repeat;
	font: 12px/20px Arial, sans-serif;
	color: #cecece;
	padding-top: 10px;
}

#logo {
	width: 228px;
	height: 115px;
	background: url('gx/logo.png') top left no-repeat;
	float: left;
}

#content {
	clear: both;
	margin: 0 auto;
	width: auto;
	padding: 50px 50px 10px 50px;
	height: auto;
	overflow: auto;
}

#main_content {
	width: 380px;
	float: left;
}

#side_bar {
	width: 310px;
	float: right;
	height: 350px;
	overflow: hidden;
}

#side_bar img {
	display: block;
	margin: 15px auto 0px;
}

#side_bar img.box {
	border: 2px solid #777;
}

#side_bar img.box:hover {
	border: 2px solid #90b99e;
}

#side_bar .slider p {
	color: #777;
	border-top: 1px solid #505050;
	padding: 10px;
	padding-right: 5px;
	font-size: 11px;
	margin-top: 15px;
	line-height: 13px;
}


#side_bar .slider p.caption {
	color: #777;
	border-top: 1px solid #505050;
	padding: 10px;
	padding-right: 5px;
	font-size: 11px;
	margin-top: 15px;
	line-height: 13px;
	text-align: center;
}


#side_bar .slider a{
	overflow: auto;
	display: block;
	width: 170px;
	margin: 0 auto;
	border: 0;
}

#footer {
	height: 50px;
	margin-bottom: 10px;
	clear: both;
}

/*-------Navigation-----*/

#links {
	height: 45px;
	width: 205px;
	position: relative;
	top: 68px;
	float: right;
	/*border: 1px dotted #cecece;*/
}

#links li{
	display: block;
	background: transparent;
	float: left;
	margin-left: 7px;

}

#links li a{
	display: block;
	border: 0;

}

#links li a span{
	display: none;
	border: 0;
}

#links li #design {
	width: 52px;
	height: 45px;
	background: url('gx/buttons.png') 0px 0px no-repeat;
}

#links li #design:hover {
	background: url('gx/buttons.png') 0px -45px; no-repeat;
}

#links li #arts {
	width: 62px;
	height: 45px;
	background: url('gx/buttons.png') -50px 0px no-repeat;
}

#links li #arts:hover {
	background: url('gx/buttons.png') -50px -45px; no-repeat;
}

#links li #contact {
	width: 58px;
	height: 45px;
	background: url('gx/buttons.png') -115px 0px no-repeat;
}

#links li #contact:hover {
	background: url('gx/buttons.png') -115px -45px; no-repeat;
}

#login {
	display: block;
	height: 44px;
	width: 76px;
	position: relative;
	float: right;
    background: url('gx/buttons.png') -175px -28px; no-repeat;
	border: 0;
	position: relative;
	left: -7px;
	
}

#login:hover {
	background: url('gx/buttons.png') -175px -73px; no-repeat;
	border: 0;
}

#related {
	display: block;
	height: 44px;
	width: 58px;
	position: relative;
	float: left;
    background: url('gx/buttons.png') -260px -28px; no-repeat;	
	border: 0;
}

#related:hover {
	background: url('gx/buttons.png') -260px -73px; no-repeat;
	border: 0;
}

#related span{
	display: none;
}
#login span {
	display: none;
}

#copyright {
	text-align: right;
	font: 9px/12px Arial, sans-serif;
	color: #777;
	width: 50%;
	float: left;
	margin: 25px 0px;
}


/*-------Accordion Classes-------*/


#instructions {
	text-align: center;
	font-weight: normal;
	font: 14px Arial;
	width: 200px;
	padding: 90px 20px 90px 20px;
	height: auto;
	border: 1px solid #505050;
	margin: 0 auto;
	margin-top: 25px;
	color: #777;
	background: url('gx/corner-small.png') top left no-repeat;
}

.flipper {
	text-align: left;
	font: 9px/10px Arial, sans-serif;
	color: #777;
	margin: 5px 0px 20px 0px;
}

.slider {
	width: 310px;
	float: left;
	background: transparent;
	
}

p.soon {
	width: 100px;
	float: left;
	text-align: left;
	font: 9px/12px Arial, sans-serif;
	color: #777;
	margin: 25px 0px;
	
}


.toggler {
	color:#777;
	text-decoration: none;
	border: 1px solid #777;
	cursor: pointer;
	padding: 1px 2px;

	}
	
.reltoggler {
	border: 1px solid red;

}
	
.toggler:hover {
	color: white;
	cursor: pointer;
	}

.bold {
	font-size: 10px;
	color:#777;
	margin-left: 5px;
}

.white {
	color:white;
}



