body{
	background: black;
}

.intro{
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -393px;
	width: 786px;
	height: 600px;
}

.master{
	width: 786px;
	border: 1px solid #9B0100;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -393px;
}

.banner{
	width: 100%;
	height: 113px;
	text-align: center;
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;	
	border-bottom: 1px solid #9B0100;
}

.menu{
	width: 786;
	height: 23px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-y;
}

.menu td{
	width: 20%;
	height: 23px;
	text-align: center;
}
	
.menu  a{
	font-family: Arial, Verdana;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

.menu a#home{
	color: #ffffff;
}


.menu a#Illustration{
	color: #D9D9D9;
}

.menu a#Design{
	color: #C6C6C6;
}

.menu a#More_Art{
	color: #B3B3B3;
}

.menu a#Bio-Contact{
	color: #A0A0A0;
}

.menu a#home:hover{
	color: #FB1F1D;
}

.menu a#Illustration:hover{
	color: #FB1F1D;
}

.menu a#Design:hover{
	color: #FB1F1D;
}

.menu a#More_Art:hover{
	color: #FB1F1D;
}

.menu a#Bio-Contact{
	color: #CCCCCC;
}

.menu a#Bio-Contact:hover{
	color: #FB1F1D;
}

.page{
	padding-top: 16px;
}

.page .right{
	width:302px;
	float: right;
	background-image: url(images/right_bg.jpg);
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 32px;
}

.page .left{
	padding-right: 8px;
	width: 348px;
	float: left;
	margin-left: 24px;
}

.main_thumbs{
	width: 275px;
	padding-left: 8px;
}

.main_thumbs  a{
	display: block;
	height: 72px;
	font-family: Arial, Verdana;
	font-size: 14px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	color: #ACACAC;
	padding-left: 156px;
	padding-top: 56px;
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

.main_thumbs a#Illustration_tb{
	background-image: url(images/illustration_over_bg.jpg);
}

.main_thumbs a#Design_tb{
	background-image: url(images/design_over_bg.jpg);
}

.main_thumbs a#More_Art_tb{
	background-image: url(images/more_art_over_bg.jpg);
}

.main_thumbs a#Illustration_tb:hover{
	background-image: url(images/illustration_bg.jpg);
	color: #FB1F1D;
}

.main_thumbs a#Design_tb:hover{
	background-image: url(images/design_bg.jpg);
	color: #FB1F1D;
}

.main_thumbs a#More_Art_tb:hover{
	background-image: url(images/more_art_bg.jpg);
	color: #FB1F1D;
}


.footer{
	display: block;
	width: 786px;
	width: 764px;
	height: 56px;
	padding-right: 22px;
	float: right;
}

.logo{
	display: block;
	width: 84px;
	height: 56px;
	color: black;
	float: right;
	border: none;
	background-image: url(images/logo_bg.jpg);
	background-repeat: no-repeat;
}

.logo:hover{
	background-image: url(images/logo_over_bg.jpg);
}

.ser{
	display: none;
}

h1, .h1{
	font-family: Arial, Verdana;
	color: #D00401;
	font-size: 13px;
	text-align: left;
	text-transform: capitalize;
	margin: 12px;
	font-weight: bolder;
}

h2, .h2{
	font-family:  Arial, Verdana;
	color: #d9d9d9;
	font-size: 12px;
	text-align: left;
	margin: 12px;
	font-weight: 600;

}


h3, .h3{
	font-family: Arial, Verdana;
	color: #D00401;
	font-size: 12px;
	text-align: left;
	margin: 12px;
	font-weight: 200;
	text-transform: uppercase;
}

p, .p{
	font-family: Arial, Verdana;
	color: #ACACAC;
	font-size: 12px;
	text-align: left;
	margin: 12px;
	font-weight: 400;

}

p a, .p a, .a{
	text-decoration: none;
	color: #D00401;
	background: none;
	border: none;		
	font-size: 12px;
	cursor: hand;
}

.button{
	font-family: Arial, Verdana;
	color: #D00401;
	font-size: 12px;
	text-align: left;
	margin: 12px;
	font-weight: 200;
	text-transform: uppercase;
	background: none;
	border: none;		
	cursor: hand;
		margin: 0px;
	margin-top: 8px;
	padding: 0px;
}

p a:hover, .p a:hover{
	text-decoration: underline;
}

strong{
	font-weight: bold;
}

.tb{
	display: block; 
	width: 80px; 
	height: 38px; 
	border: none;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-position: 30px;
	text-decoration: none;
	border: 0px solid red;
}

.load{
	display: none;
}


