@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Franklin Gothic Medium, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}



	a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	a:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	a:hover {
		color: #276eff;
		text-decoration: underline;
	}
	a:active {
		text-decoration: underline;
		color: #276eff;
	}



#menu {
	position: absolute;
	top: 66px;
	left: 0px;
	width: 100%;
	height: 17px;
	background:url(menuline.png);
	min-height: 17px;
	min-width: 840px;
}

#main {
	position: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 500px;
}

.title {color: #276eff}

.picture {
	border: 1px solid #276eff;
}

/* Only for index.html */

#links {
	position: relative;
	top: 69px;
	left: 60px;
	height: 50px;
	width: 105px;
	font-weight: bold;
}

#profile {
	position: relative;
	top: 100px;
	left: 0px;
	height: 347px;
	width: 180px;
	background: url(profile.png);
}

#headline {
	position: absolute;
	left: 255px;
	top: 150px;
	width: 100%;
	height: 50px;
	max-width: 500px;
	min-width: 500px;
	font-family: "Trajan Pro";
	font-size: 18px;
	color: #959595;
}

#textarea {
	position: absolute;
	left: 218px;
	top: 266px;
	width: 100%;
	height: 100%;
	font-weight: bold;
	max-width: 600px;
	min-width: 600px;
}

/* Only for indexq.html */

#qmain {
	position: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 730px;
}


/* Only for web.html */

#webmain {
	position: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 1215px;
}

#weblist {
	position: relative;
	top: 100px;
	left: 0px;
	height: 347px;
	width: 180px;
}


/* Only for film.html */

#filmmain {
	position: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 700px;
}

/* Only for photo.html */

#photomain {
	position: inherit;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 1150px;
}

#photolist {
	position: relative;
	top: 100px;
	left: 0px;
	height: 18px;
	width: 180px;
}

#photolist2 {
	position: absolute;
	left: 18px;
	top: 267px;
	width: 800px;
	height: 468px;
}

#photostart {
	position: absolute;
	left: 253px;
	top: 247px;
	width: 385px;
	height: 18px;
}

.gallery {
	border: 0px solid #276eff;
}