/*GLOBAL RESET*/ 
* {
	padding:0;
	margin:0; 
}
/*END GLOBAL RESET*/

body {
	background: #000;
	color: #fff;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}

img {
	border: none;
}

li {
	margin: 0 0 0 20px;
}

.rightImg {
	float: right;
}
.leftImg {
	float: left;
}

.clearingDiv {
		clear: both;
		text-align: right;
}

#container {
	width: 415px;
	margin: 0 auto;
	text-align: left;
}

p {
	margin: 5px 0 10px 0;
}

/*Header*/

#heading {
	font-size: 30px;
	color: white;
}

#heading a{
	color: white;
	text-decoration: none;
}

/*end header*/


/*Main menu*/

#menu {
	/*text-align: center;*/
	margin: 0 0 10px 0;
}

#menu li {
	display: inline;
	margin: 0 5px;
}


#menu a:hover{
	text-decoration: none;
}

#menu a{
	color: white;
	text-decoration: underline;
}
/*end main menu*/

/*acts*/

h1 {
	color: #AC68EA;
	font-size: 18px
}

h2 {
	color: #059CC6;
	font-size: 14px
}

.boxTop {
	line-height: 0.1px;
	font-size: 1px;
	margin: 5px 0 0 0;
	height: 7px;
	background: url("images/basic/boxTop.gif") top;
}

.boxBottom {
	line-height: 0.1px;
	font-size: 1px;
	margin: 0 0 10px 0;
	height: 7px;
	background: url("images/basic/boxBottom.gif") bottom repeat-x;
}

.box {
	color: #FFFEE0;
	border: solid 1px #FFFEE0;
	margin: 0px;
	padding: 5px 8px;
	background: black url("images/basic/boxBg.jpg") repeat-y;
}

.box a {
	color: white;
	text-decoration: underline;
}

.box a:hover {
	text-decoration: none;
}

.gallery img{
	margin: 2px;
	border-top: 1px solid #DFAD37;
	border-right: 1px solid #BB5606;
	border-bottom: 1px solid #BB5606;
	border-left: 1px solid #DFAD37;
}

/*end acts*/

/*about*/

li {
	padding: 8px 0;
}
li li {
	padding: 2px 0;
}

ol li{
	padding: 5px 0;
}

ol {
	margin: 5px;
}

/*end about*/

/*contact*/

address {
	font-style: normal;
	text-align: right;
	float: right;
	font-size: 10px;
}

#contactForm {
	margin: 10px 5px;
}

#contactForm label{
	text-align: right;
	display: block;
	margin: 3px 0 0 0;
}

#contactForm td {
	vertical-align: top;
}

#contactForm input, #contactForm textarea {
	border: solid 1px #DBC07F;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	background: url("images/basic/boxBg.jpg") repeat-y;
	color: #DBC07F;
	padding: 2px;
}

input.submit {
	border: none !important;
	background: none !important;
}

/*end contact*/

/*footer*/

#footer {
	text-align: center;
	color: #DB9F4B;
}

#footer a{
	color: #DB9F4B;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

/*end footer*/