
html, body{
	height: 100%;
	width: 100%;
}

body {
	min-height: 570px;
	min-width: 750px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#xouter{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#xcontainer {
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 570px;
}

	
#xinner {
	width: 750px;
	height: 570px;
	background: #5A4A42;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/page_bg.png);
	background-repeat: no-repeat;
}

#intro {
	display: none;
}

#logo {
	text-align: left;
	width: 750px;
	height: 150px;
}

/* NAVIGATION */
#nav {
	float: left;
	width: 124px;
	padding-right: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #A0AB9B;
}

#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	text-align: right;
	color: #A0AB9B;
	text-decoration: none;
}

#nav a:hover {
	color: #F5F2DF;
}

#nav a:link.selected, #nav a:visited.selected {
	color: #F5F2DF;
	text-align: right;
}

/* CONTENT */
#content {
	float: left;
	width: 545px;
	height: 258px;
	padding-right: 63px;
	font-size: 23px;
	line-height: 36px;
	color: #F5F2DF;
}

#contentSB {
	float: left;
	width: 425px;
	height: 258px;
	padding-right: 15px;
	font-size: 23px;
	line-height: 36px;
	color: #F5F2DF;
}

#sidebar {
	float: left;
	width: 137px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5F2DF;
}

.logo {
	display: block;
}

/* TITLE */
.page_title {
	float: right;
	margin-right: 63px;
}

#services .page_title {
	margin-right: 72px;
}

ul.services {
	margin-top: 2px;
	line-height: 20px;
	list-style: square;
	/*	margin-left: 15px;*/
	list-style-position: inside;
}

/* APPROACH */
#approach h1 {
	color: #D2B54A;
	font-size: 23px;
	line-height: 34px;
	font-weight: normal;
}

#approach #content {
	font-size: 18px;
	line-height: 32px;
	color: #F5F2DF;
}

#approach a:link.next, #approach a:visited.next, #approach a:active.next {
	font-size: 13px;
	color: #D2B54A;
	text-decoration: none;
	font-style: italic;
	padding-left: 5px;
}

#approach a:hover.next {
	color: #000000;
}

/* TESTIMONIALS */
#testimonials .intro {
	font-size: 23px;
	line-height: 36px;
	color: #F5F2DF;
}

#testimonials a:link.next, #testimonials a:visited.next, #testimonials a:active.next {
	font-size: 13px;
	color: #D2B54A;
	text-decoration: none;
	font-style: italic;
}

#testimonials .firstLink {
	padding-left: 5px;
}

#testimonials a:hover.next {
	color: #000000;
}

.quote {
	font-size: 18px;
	line-height: 30px;
	color: #F5F2DF;
}

.author {
	font-size: 13px;
	color: #97A5A0;
	display: block;
	margin-top: 6px;
	margin-bottom: 0px;
}

/* CONTACT */
#contact h1 {
	color: #D2B54A;
	font-size: 23px;
	line-height: 34px;
	font-weight: normal;
}

#contact #content {
	font-size: 18px;
	line-height: 30px;
	color: #F5F2DF;
}

#contact p {
	margin-top: 0px;
	margin-bottom: 8px;
}

.contact {
	font-size: 15px;
}

#contact p a:link {
	color: #F5F2DF;
	text-decoration: none;
}

#contact p a:hover {
	color: #97A5A0;
}

/* SLIDER */
#slider2 {
	clear: both;
	width: 750px;
	height: 122px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#slider2 a:link {
	color: #F5F2DF;
}

/* FOOTER */
#footer {
	width: 722px;
	margin-top: 3px;
	padding-right: 28px;
	text-align: right;
	padding-top: 4px;
}

/* PORTFOLIO */
#portfolio_bttns {
	height: 63px;
	width: 545px;
	margin-top: 8px;
}

#gaming {
	margin-right: 10px;
}

#portfolio h1 {
	color: #D2B54A;
	font-size: 23px;
	line-height: 34px;
	font-weight: normal;
}
 
#portfolio #content {
	font-size: 18px;
	line-height: 30px;
	color: #F5F2DF;
	height: 387px;
}


#txt_gaming {
	display: none;
}

#txt_corporate {
	display: none;
}

