/* 
	CSS Document
	Created by Quyen 
	Created on March 06, 2010
*/


/*HTML TAGS*/
body{
	background-color: #000000;
	background-image: url(../images/web/bg.jpg);
	background-repeat: repeat-x;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

.gallery{margin-top: 20px;}
.gallery .images{margin-top: 15px; margin-bottom: 10px;}

.title{
	margin-top: 15px;
	font-size: 16px;
	text-transform: uppercase;
	color: #EBDB9D;
	font-weight: bold;
	margin-bottom: 8px;
}

a{
	color: #111111;
	line-height: 55px;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: underline;
}

a:visited{
	color: #990000;
}

.wrapper{
	width:984px;
	margin: auto;
}

/*CONTENT - TEXT*/
.content{
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/*FOOTER*/
.footer{
	color: #DDDDDD;
	background-image: url(../images/web/bottom_bg.jpg);
	height: 93px;
}

.footer .nav{
	padding-top: 10px;
	padding-left: 30px;
	font-weight: bold;
}
.footer .nav a{
	color: #d0ba88;
	line-height: 30px;
	margin-left: 15px;
	margin-right: 15px;
}
.footer .nav a:hover{
	text-decoration: underline;
	color: #FFCC00;
}
.footer .nav a:visited{
	color: #e0c68d;
}
.copyright{
	color: #e0c68d;
	font-weight: bold;
	word-spacing: 1px;
	text-align: center;
	padding-top: 20px;
	padding-left: 250px;
	padding-right: 250px;
}

