@charset "utf-8";
/* Arian Art CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background: #10171d url(../images/back-home3.jpg) no-repeat top center;
	background-attachment:fixed;
}
 p {
	margin:25px 0 5px 0;
	line-height:18px;
	font-size:12px;
	padding: 0 16px 0 16px;
 }
/*sort out the links*/
a,
a:visited{ 
	color: #CDCCB0;
	text-decoration: none;
}
	text-decoration: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

#wrapper {
	width:900px;
	margin: 0 auto;
	height: 950px;
}
#header {
	width: 900px;

}

#logo {
	width: 326px;
	height: 138px;
	margin-left: 0px;
	margin-top: 10px;
	float: left;
	background-image:url(../images/logo.png);
	z-index: 0;
}

ul.menu li a
{
	float: right;
	display: inline-block;
	width: 60px;
	margin-top: 20px;
	color: #fdc38a;
	padding: 0 10px 0 15px;
	margin-right: 5px;
	left: 849px;
}
	ul.menu li a:hover, ul.menu li a:active
	{
	color: #000;
	background-color: #fdc38a;
	}

li
{
	list-style: none;
	font-size: 16px;
	line-hieght: 1.3em;
	text-align: center;
	display: inline;
	float: right;
}

#nav-gallery {
	width: 850px;
	margin: 0 auto;
	clear: both;
	
}

#flash {
	width: 850px;
	margin-left: 25px;
	margin-top: 0px;
}

#content {
	width: 850px;
	margin-top: 135px;
}

#copyright {
	color: #9cd9ff;
	margin-top: 5px;
	text-align: center;
}
