﻿body{
	color: #fff; 
	margin: 0;
	padding:0; 
	background-image: url('images/background.jpg');
	background-position:top;
	background-repeat:no-repeat;
	background-color:black;
}
a {
	color: #CCFF33;
}
a:visited {
	color: #CCCC00;
}
a:active {
	color: #CCFF33;
}
.style1 {
	font-family: Calibri;
	font-size: medium;
	text-align: justify;
}

.style5 {
	color: #CCFF33;
	text-align: left;
}
.style7 {
	font-family: "Times New Roman";
}
.style8 {
	font-family: Calibri;
	font-size: small;
	text-align: center;
}
.style9 {
	text-decoration: none;
}
.style10 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: small;
	color: #CCFF33;
	text-align: left;
	text-decoration:none;
}
.style11 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: small;
	text-align: left;
	text-decoration: none;
}

.style12 {
	font-family: Calibri;
	font-size: medium;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 0;
}
.style13 {
	font-family: Calibri;
	font-size: medium;
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 0;
}
.style14 {
	text-align: left;
}

#presentation{
	text-shadow: 2px 2px 2px black;
}
#frame{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:768px;
	width:100%;
	z-index:1;
}
#banner{
	position: absolute;
	top: 15px;
	width: 100%;
	height: 230px;
	z-index: 2;
}
#banner_contents{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:230px;
}
#menu{
	position:absolute;
	width:auto;
	height:auto;
	left:250px;
	top: 210px;
}
#content{
	position:relative;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:50%;
	top:200px;
}
#text{
	position:absolute;
	left:390px;
	height:auto;
	width:600px;
}
#new_art_container{
	border: medium solid #FFFFFF;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	background-color:black;
	left: 20px;
	top:20px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #1C1C1C;
	height: 400px;
	width: 320px;
	overflow:hidden;
}
#content_holder{
	border: medium solid white;
	position: absolute;
	left:250px;
	top:70px;
	height: auto;
	width: 620px;
	background-color: black;
	border-radius: 5px; 

	z-index: 2;

}
#images_holder{
	background-color: black; 
	position:relative;
	height: auto;
	width: 620px;
	z-index:5;
}
#title_art{
	position:absolute;
	left:250px;
	width:606px;
	height:auto;
	z-index:2;
}
#footer{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:auto;
	top:100%;
	
}
		#footer a:hover{
		color: #FFFFFF;
		background-color: #FF0066;

}
#links{
	position:absolute;
	top:130px;
	left:100px;
	width:auto;
	height:auto;
}
