@charset "utf-8";

body {
	background-image: url(../images/background_gradiant.jpg);
	background-repeat: repeat-y;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	}

#title {
	padding-top: 60px;
	position: relative;
}


ul {
	list-style-type:none;
	margin-top:1px;
}

li {
	display:inline;
	padding:0px 0px 0px 40px;

}


#navigation {
	font-size:14px;
	font-weight: bold;
	width: 1024px;
	position: relative;
	padding-top: 10px;
	height: 27px;
	background-color: #000000;

}

#mainframe {
	height: 500px;
	width: 1022px;
	border: 1px solid #000000;

}

#home {
	height: 500px;
	width: 1022px;
	border: 1px solid #000000;
	background-image: url(../images/background_home.jpg);
	background-repeat: no-repeat;
}
#home_text {
	margin: 70px 20px 20px 20px;
	padding-right: 310px;
}

#artnav {
	padding: 60px 200px 0px 400px;
}

#art {
	height: 500px;
	width: 1022px;
	border: 1px solid #000000;
	background-image: url(../images/background_art.jpg);
	background-repeat: no-repeat;
}

#pictures {
	padding: 50px 50px 50px 50px;
}


#aboutme {
	height: 500px;
	width: 1022px;
	border: 1px solid #000000;
	background-image: url(../images/background_aboutme.jpg);
	background-repeat: no-repeat;
}

#aboutme_text {
	margin: 20px;
	padding-right: 250px;
}

#footer {
	position: relative;
	padding-left:890px;
	margin-top:-14px;
}



#mainframe {
	height: 500px;
	width: 1022px;
	position: relative;
	margin-top:-14px;
	border: 1px solid #000000;
	color: #FFFFFF;
}

#container{
	margin:-25px;
	padding: 40px 250px 0px 250px;
	background-image: url(../images/background_links.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #FFFFFF;

}

#container ul.menu li{

	padding: 5px 10px 5px 10px;
	margin-bottom: -1px;
	color: #000000;
	cursor: pointer;
}
#container ul.menu li.active{
	color: #000000;
}

.content{
	padding-bottom: 20px;
	font-size: 12px;
	padding-top: 30px;
	background-color: #FFFFFF;
	height: 500px;
}
