body{
	background:url(images/background.jpg) no-repeat fixed right #101010;
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px
}

a img{
	border:none;
}

a{
	color:#999;
	text-decoration:none;
}

a:hover{
	color:#999;
	text-decoration:underline;
}

#Site_Holder{
	margin:auto;
	width:900px;
}

#site_inside{
	float:left;
	width:600px;
}

#shadow{
	float:left;
	width:600px;
	height:50px;
}

#nav_shadow{
	background:url(images/nav_shadow_04.png) no-repeat;
	float:left;
	width:399px;
	height:26px;
}

#social{
	background:url(images/social_back_15.png) no-repeat;
	float:right;
	width:185px;
	height:26px;
}

#content{
	float:left;
	background:#101010;
	opacity:0.8;
	filter:alpha(opacity=80);
	border:2px solid #292828;
	width:600px;
	min-height:600px;
	-moz-border-radius: 5px;
}

#page_title{
	background:url(images/page_title_31.png) no-repeat;
	margin-top:15px;
	margin-left:-8px;
	width:592px;
	height:44px;
	color:#FFF;
	padding:10px 0 0 25px;
	font-weight:bold;
	font-variant:small-caps;
}

#inside{
	width:570px;
	float:left;
	padding:0 15px 15px 15px;
	color:#FFF;
	text-align:justify;
	line-height:25px;
}

#footer{
	width:600px;
	float:left;
	height:50px;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	font-variant:small-caps;
}

#footer a{
	color:#FFF;
}


.uiMediaThumbAlbLarge, .uiMediaThumbLarge .uiMediaThumbWrap i {
    height: 125px;
    width: 125px;
}
.uiMediaThumbAlb {
    margin-bottom: 4px;
    margin-right: 4px;
}
.uiMediaThumb {
    background: none repeat scroll 0 0 #;
    border: 1px solid #CCCCCC;
    display: inline-block;
    outline: medium none;
    padding: 4px;
    position: relative;
}

.text {
    color: #999;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
	margin-top:-10px;
}

strong{
	color: #fff;
    cursor: pointer;
    text-decoration: none;
	font-size: 11px;
}

.pagination{
	direction:ltr;
	float:right;
	padding:0px;
	margin:30px 0px 0px 0px;
	clear:both;
}

.pagination a{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:3px 5px;
	margin:1px;
	color:#fff;
	border:1px solid #fff;
	background:#1e3c51;
}

.txt-input,
.select-input,
.textarea-input{
	font: 11px "Tahoma";
	background: #FFF;
	color: #5e5e5e;
	border: 1px solid #e5e2e2;
	padding: 5px;
	font-size: 11px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}

.txt-input.small, .select-input.small, .textarea-input.small{	width: 50%;	}
.txt-input.medium, .select-input.medium, .textarea-input.medium{	width: 60%;	}
.txt-input.large, .select-input.large, .textarea-input.large{	width: 90%;	}

.buttons,
.reset{
	background: #1e3c51;
	font-family:Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	padding-right: 12px;
	padding-left: 12px;
	color: #fff;
	border:1px solid #999;
	margin-left: 5px;
}

.buttons:hover{
	text-decoration:none;
	background: #1e3c51;
	font-family:Verdana, Geneva, sans-serif;
	font-variant:small-caps;
	font-size:12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px;
	padding-right: 12px;
	padding-left: 12px;
	color: #fff;
	border:1px solid #999;
	margin-left: 5px;
}

.button{
	float:right;
	font-variant:small-caps;
	background:#1e3c51;
	color:#FFF;
	padding:0 7px 0 11px;
	margin-top:12px;
	border:none;
}

.button:hover{
	color:#FFF;
}
