*{
	margin:0px;
	padding:0px;
	font-weight:normal;
}

/* TAGS 
----------------------*/

body{
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background:url(../../images/body_bg.jpg) repeat-x;
	margin-top:75px;
}

a{
	color:#666666;
}

a:hover{
	color:#ff82f8;
}

p{
	padding:10px;
	color:#333333;
}

h2{
	font-size:16px;
	margin-bottom:5px;
}

/* STRUCTURE 
----------------------*/

#center{
	width:980px;
	text-align:left;
	display:table; /* needed for FF and Opera */
	margin:auto; /* needed for centering in FF */
	background:#fff;
	overflow:hidden;
}

.backgrounds{
	position:absolute;
	clear:both;
}

.backgrounds .bg_top{
	height:48px;
	position:relative;
	top:-48px;
	width:980px;
	background:url(../../images/page_bg_top.png) no-repeat;
}

.backgrounds .bg_left{
	width:54px;
	height:546px;
	position:relative;
	left:-54px;
	top:-96px;
	float:left;
	background:url(../../images/page_bg_left.png) no-repeat;
}

.backgrounds .bg_right{
	width:54px;
	height:546px;
	position:relative;
	left:926px;
	top:-96px;
	float:left;
	background:url(../../images/page_bg_right.png) no-repeat;
}

.backgrounds .bg_bottom{
	width:980px;
	height:125px;
	position:relative;
	left:0px;
	float:left;
	background:url(../../images/page_bg_bottom.png) no-repeat;
	color:#575757;
	font-size:11px;
	text-align:center;
	padding-top:5px;
}

/* PAGE CONTENT 
----------------------*/

.content{
	position:relative;
	clear:both;
}

.header{
	clear:both;
}

.header .logo{
	float:left;
	margin-right:20px;
}

.header h1{
	float:left;
	color:#ff82f8;
	font-size:18px;
	font-weight:normal;
	margin-top:30px;
	
}

.header .nav{
	background:url(../../images/nav_bg.gif) 0px 20px no-repeat;
	padding:30px 25px 30px 0px;
	float:right;
	font-size:14px;
	font-family: "Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.header .nav ul{
	list-style:none;
}

.header .nav li {
	float:left;
	margin-left:20px;
}

.header .nav a{
	color:#575757;
	text-decoration:none;
}

.header .nav a:hover{
	color:#000;
	text-decoration:underline;
}

.body{
	clear:both;
	padding:30px 15px 15px 15px;
	overflow:hidden;
}

.body .leftcol{
	float:left;
	width:115px;
}
.body .middlecol{
	float:left;
	width:500px;
}

.body .rightcol{
	float:right;
	width:335px;
}

.body .leftcol ul{
	list-style:none;
	font-size:14px;
	font-family: "Lucida Sans Unicode","Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.body .leftcol li {
	margin-bottom:5px;
}

.body .leftcol a{
	color:#575757;
	text-decoration:none;
}

.body .leftcol a:hover{
	color:#ff82f8;
	text-decoration:underline;
}

.photo_nav{
	text-align:center;
	font-size:11px;
	color:#4b4b4b;
	clear:both;
}

#photo_info{
	font-size:14px;
	color:#4b4b4b;
	padding:10px;
	text-align:center;
	line-height:21px;
}

#photo_info .title{
	color:#ff83f8;
	font-size:16px;
}

#photo_info .id{
	font-size:11px;
}

.photo_thumb{
	float:left;
	background:#fff;
	margin-right:35px;
	margin-bottom:35px;
	overflow:hidden;
	width:90px;
	height:90px;
}

.photo_thumb .checkbox{
	position:absolute;
	background:#fff;
	border:1px solid #fff;
	padding:3px;
}