@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:150%;
	background:#000000 url(../images/bg1.png);
	color: #ffffff;
	text-align:center;
	margin:0 auto;
	height:100%;
	}

a,a:hover,a:visited,a:active {}

a:hover {}

h1 {
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:1px;}

h2 {}

h3 {}

h4 {}

p {
	padding-top:10px;}
	
img {
	border:none;}

/* MAIN LAYOUT STYLE */
#wrapper {
	width:968px;
	margin:0 auto;
		}
		
#content {
	background:url(../images/content-bg.png) repeat-y;
	padding:10px 45px;
	height:100%;}
	
#content-footer {
	background:url(../images/content-footer.png) center no-repeat;
	height:60px;
	clear:both;}
	





/* CONTENT AREA STYLE */

.mainarea {
	float:left;
	width:620px;
	text-align:left;
	height:auto;}

.sidebar {
	float:right;
	width:225px;
	height:auto;
}
.sidebar ul {
	padding:0;}
	
.sidebar li {
	list-style:none;
	text-align:right;}
	
.sidebar li a{
	display:block;
	text-transform:uppercase;
	color:#039;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	background:url(../images/side-nav.png) no-repeat;
	height:20px;
	width:178px;
	margin-bottom:1px;
	padding:15px 30px 15px 10px;
	}
	
.sidebar li a:hover {
	background:#CCC;
	display:block;}
	
	
.photogallery-block {
	background:url(../images/photogallery-bg.png) no-repeat;
	height:227px;
	text-align:center;}
	
.photos-tn {
	width:192px;
	height:192px;
	text-align:center;
	margin:0 auto;
	background:url(../images/photogallery-imgbg.png) no-repeat center;
	padding:10px;
	}
	
.photos-tn img {
	margin:0 auto;
	}

#designedby {
	color:#666666;
	font-size:10px;}
	
#designedby a,#designedby a:hover,#designedby a:visited {
	color:#666666;}
	
#designedby a:hover {
	color:#999999;
	text-decoration:underline;}

