* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	background: #5681AA url('imgs/bg.gif') repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}
img {
	border: 0;	
}
a {
	outline: none;
}
.hide {
	display: none;
}

/* LAYOUT
--------------------------------------*/

#container {
	width: 900px;
	margin: 0 auto 0 auto;
}
#container img{margin:20px 0 18px 0;}
.pay{ height:800px; width:900px; background-color:#FFFFFF;}
#arrow {
	position: absolute;
	top: 352px;
	left: 150px;
}
/* HEADER
--------------------------------------*/
#header {
	color: #999;
	text-align: center;
}
#header a {
	color: #174674;
	font-weight: bold;
	padding: 5px;
}
#header a.current {
	padding-bottom: 125px;
	background: url('images/current_bg.jpg') repeat-x bottom;
	border-left: 1px solid #174674;
	border-right: 1px solid #174674;
	text-decoration: none;
	color: #5681AA;
}
#header h1 {
	font-size: 14px;
	height: 20px;
	font-weight: normal;
	margin: 10px 0 0 0;
}
#logo {
	margin-top: 130px;
}
#loading {
	margin-top: 136px;
}

/* CONTENT
--------------------------------------*/

#content {
	position: relative;
	margin-top: 120px;
	color: #fff;
}
#content a {
	color: #fff;
	font-weight: bold;
}
#content p {
	line-height: 20px;
	margin-bottom: 1.2em;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	color: #87ABCD;
}
.sec {
	position: absolute;
	top: 0;
	left: 0;
	width: 740px;
}

/* ABOUT
--------------------------------------*/
#header-about {
	text-indent: -3000px;
	height: 33px;
	background: url('images/header_about.gif') no-repeat;
}
#left {
	margin-right: 225px; 
	padding-right: 15px;
	height: 300px;
	border-right: 1px solid #5681AA;
}
#right {
	float: right;
	width: 200px;
}

/* WORK
--------------------------------------*/
#ss {
	height: 400px; /* for IE */
}
#details {
	position: relative;
	float: right;
	width: 320px;
	height: 315px;
}
#details h3 {
	border-bottom: 2px solid #5681AA;
	padding-bottom: 4px;
}
#details ul {
	list-style: none;
	margin-top: 4px;
}
#details li {
	font-style: italic;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #5681AA;
}
#details p {
	color: #87ABCD;
}
#details a {
	font-weight: normal;
}
#details a.playing {
	text-decoration: none;
	color: #87ABCD;
}
#ss-nav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 11px;
}




