/* CSS Document */

body {
	background-color:#000;
	color:#fff;
	font-size:12px;
	font-family:Myriad, Arial;
}

a {
	color:#fff;
}

#wrapper {
	width:760px;
	height:572px;
	border: solid 8px #fff;
	margin:30px auto;
	position:relative;
}

		.topleft {
			width:28px;
			height:27px;
			position:absolute;
			top:-8px;
			left:-8px;
			background:url(images/lfttop.gif) no-repeat 0 0 transparent;
		}
		
		.topright {
			width:28px;
			height:27px;
			position:absolute;
			top:-8px;
			left:741px;
			background-image:url(images/rttop.gif);
			background-repeat:no-repeat;
		}
		
		.btmright {
			width:28px;
			height:27px;
			position:absolute;
			bottom:-8px;
			left:740px;
			background:url(images/rtbtm.gif) no-repeat 0 0 transparent;
		}
		
		.btmleft {
			width:28px;
			height:27px;
			position:absolute;
			bottom:-8px;
			left:-8px;
			background:url(images/ltbtm.gif) no-repeat 0 0 transparent;
		}

#left {
	width:187px;
	float:left;
}
#logo {
	background:url(images/leftlogo.jpg) no-repeat 0 20px #000;
	height:350px;
	width:187px;
}



#menu { 
	margin:0;
	padding:0;
}

#menu ul{ 
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}

#menu li { 
	margin:0 20px 0 0;
	padding:10px 0;
	height:20px;
}

#menu #navlist {
	margin:0;
	padding:0;
}

#right {
	width:573px;
	height:572px;
	margin:0;
	padding:0;
	float:left;
	background:url(images/mainbckgrd.jpg) no-repeat 2px -2px #000;
}

#content {
	width:470px;
	height:572px;
	padding:25px 35px 0 25px;
	margin:12px 20px 0 20px; /*to move the background  around*/
	background:url(images/blackback.png) no-repeat 0 0 transparent;
	clear:both;
}

#content_art {
	width:571px;
	height:542px;
	padding:0;
	margin:-2px 0 0 2px;/* to move the background  around*/
	clear:both;
	/*background:url(images/blackback.png) no-repeat 18px 12px transparent;*/
}

#flashcontent {
  height: 100%;
  background:url(images/black.gif) no-repeat 16px 8px transparent;
  margin:0;
  padding:20px 0 0 40px;
}

.title {
/*	color:#fff;
	margin:0 0 0 0;
	padding:0;
	font-size:12px;*/
	display:none;
}

.red {
	color:#ed2224;
}

img {
	padding:0;
	margin:0;
}

.floatr {
	float:right;
	margin:0;
}

.deco {
	text-align:center;
	text-decoration:line-through;
}
.center {
	text-align:center;
}


/*---------------------------form------------------------------------*/

#form{
	width:253px;
	float:right;
	padding:10px 0 0 10px;
}

fieldset {
	border-width:1px 0 0 1px;
	padding:10px;
}

label {
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:left;
}

input {
	float:left;
	border:solid 1px #782d17;
}

textarea {
	border:solid 1px #782d17;
	
}

#submit {
	margin:10px 0 0 135px;

}

.clear{
	clear:both;
}
