
html {
	overflow-y: scroll;
}

body {
	background: url('../assets/bodybg.gif') #000000 repeat-x top;
	font: 11px verdana;		/*font-style font-variant font-weight font-size/line-height font-family */
}

a {
	color: #222222;
}

#content-wrapper {
	margin: auto;
	width: 980px;
	height: 600px;
	/*border: solid 2px #ffffff;*/
	background: url('../assets/contentbg1.1.png') no-repeat;
}

#left {
	padding: 0;
	margin: 0;
	/*border: solid 1px #d91e1e;*/
	width: 260px;
	height: 400px;
	/*background: url('') #d91e1e no-repeat;*/
	float: left;
}
#left-top {
	margin: 30px 30px 30px 30px;
}

#right {
	padding: 0;
	margin: 0;
	margin-left: 260px;
	padding-top: 30px;
	/*border: solid 1px #1ed92b;*/
	/*background: url('') #1ed92b no-repeat;*/
}
#right-top {
	width: 720px;
	min-height: 420px;
	/*padding: 20px 20px 0 20px;*/
	/*border: solid 1px #d91e1e;*/
	background: url('../assets/right-middle.png') repeat-y;
}
#right-bottom {
	width: 720px;
	height: 39px;
	background: url('../assets/right-bottom.png') no-repeat;
	/*border: solid 1px #d91e1e;*/
}

.right-table {
	width: 640px;
	text-align:center;
	margin: 0 40px 0 40px;
	font-size: 12px;		/*font-style font-variant font-weight font-size/line-height font-family */
	font-weight: bold;
}

#picture {
	padding: 0;
	margin: 0;
	/*border: solid 1px #d91e1e;*/
}

#square {
	height: 580px;
	width: 680px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	/*border: solid 1px #1ed92b;*/
}
#pic-nav {
	position: absolute;
	margin-top: -360px;
	/*border: solid 1px #fd9a01;*/
}

