.body {
	background-color: Black;
	margin: 0px;
}

.holder{
	border: 1px solid Gray;
}

.main_holder{
	background-image: url(../images/Index_b_11.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 980px;
	height: 531px;
	vertical-align: top;
}
a{
	text-decoration: none;
	color: Fuchsia;
}
a:hover{
	color: dodgerblue;
}
.thumb{
	margin: 10px;
	margin-top: 20px;
}
.thumb a{
	padding: 7px;
	border: 1px solid #c0c0c0;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 40px;
	background-color: #056573;
	color: White;
}
.thumb a:hover{
	background-color: #bf30bd;
	color: White;
}
.off{
	display: none;
}
.on{
	display: block;
}
#BigPic{
	width: 970px;
	text-align: center;
}

#BigPic img{
	border: 5px double #808080;
	margin: 5px;
}

.main_holder_graphic{
	background-image: url(../images/GraphicDesign_mainBg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 980px;
	height: 493px;
	vertical-align: top;
	border-top: 3px solid #000000;
}

#main-art{
	width: 978px;
	height: 511px;
	background-image: url(../images/Artwork_Index_07.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid Teal;
	border-right: 1px solid Teal;
	border-bottom: 1px solid Teal;
}

#main-modeling{
	height: 768px;
	background-image: url(../images/model_index_02.jpg);
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	padding-left: 100px;
}

.body-modeling{
	background-color: #fbfbfb;
	margin: 0px;
}

#main-modeling-txt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-align: justify;
	width: 450px;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 250px; 
}

#main-modeling-txt li{
	font-size: 16px;
}

#about{
	width: 700px;
	text-align: justify;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	margin-top: 20px;
}

#borderaki-r{
	border-right: 1px solid Teal;
	height: 734px;
}
	
#graphic-home{
	background-image: url(../images/GraphicDesign_Index_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 980px;
	height: 172px;
}

#artworkmain{
	background-image: url(../images/Artwork_Index_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 711px;
	height: 734px;
	border-left: 1px solid Teal;
}

#BigPicArt{
	width: 708px;
	text-align: center;
}

.thumb-art{
	margin: 10px;
	margin-top: 30px;
	color: White;
}

.thumb-art a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

#credits-info{
	width: 600px;
	margin-right: 50px;
	border: none;
	height: 600px;
	margin-top: 50px;
}

#tblModelingBug div{
	margin-top: -4px;
}

#separator{
	height: 1px;
	width: 500px;
	border: 1px solid #000000;
	margin: 20px;
	background-color: Aqua;
}

.links{
	margin-left: 50px;
	margin-top: 50px;
}

.links a{
	color: Teal;
}

.links a:hover{
	color: Fuchsia;
}

.mailform{
	color: Teal;
	margin-top: 40px;
	margin-left: 30px;
}

.mailform table{
	color: Teal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mailform input, .mailform textarea{
	border: 1px solid Teal;
	background-color: transparent;
	color: White;
}

.mailform #submit{
	background-color: Black;
	color: Teal;
}