@charset "utf-8";
/* Arshman.com CSS*/

html, body {
	margin-top: 5px;
	padding: 0;
	background: url(../images/bg.jpg) repeat;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}

p	{
	padding: 0;
	margin: 0;
}

#page-container {
	width: 760px;
	margin: auto;	
}

#header {
	background: url(../images/header.png) no-repeat;
	height: 218px;
}

#nav {
	background: url(../images/navline.png) top no-repeat #990000;
	height: 50px;
	font-size: medium;
}

#nav ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

#nav li {
	position: relative;
	left: 50px;
    float: left;
    margin-left: 75px;
	padding: 10px 10px 0px;
	text-align: center;
}
	
#nav a {
    display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
    }
	
#nav a:hover {
	color: #FFFFFF;
    }

#main_nav {
	background: url(../images/nav_bg.png) no-repeat center;
	height: 42px;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;	
}

#content {
	background: #990000;
	width: 760px;
	height: 550px;
	margin: 0;
	padding: 0;
}

#content_events {
	background: #990000;
	width: 760px;
	height: 550px;
}

#content_contact {
	background: #990000;
	width: 760px;
	height: 500px;
}

#content_gallery {
	background: #990000;
	width: 760px;
	height: 800px;
}

#confirm {
	margin-left: 16px
}

#footer {
	background: url(../images/footer.png) no-repeat center top; 
	width: 760px;
	height: 38px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
}

.hidden {
	display: none;
}

ul {
	padding: 0;
	margin: 0;
}

#dude {
	position: relative;
	left: 100px;
	bottom: 125px;
	background: url(../images/dude.png) no-repeat;
	width: 158px;
	height: 186px;
	z-index: 1;
}

#arrow {
	position: absolute;
	left: 525px;
	bottom: 425px;
	background: url(../images/arrow.png) no-repeat;
	width: 99px;
	height: 131px;
}

#phone {
	position: absolute;
	left: 750px;
	top: 350px;
	background: url(../images/phone.png) no-repeat;
	width: 177px;
	height: 138px;
}