BODY {
	color: #FFFFFF;
	background-color: #CC0000;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
}

A {
	color: #FFFFFF;
	text-decoration: none;
}

A:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}


A .thumbs{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
}




img{
	behavior: url('scripts/pngbehavior.htc');
	border:none;
}

img.previewPic{
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	
	
}

#videoClip{
	
	position:relative;
	top:20px;
	width:480px;
	margin:0px auto;
	height:270px;
	padding-bottom:25px;
	margin-bottom:25px;
	font-weight: bold;
}


 .videotext
 {
		color: #FFFFFF;
		position:relative;
		float:left;
 }
 
 
  .videolink
 {
		color: #FFFFFF;
			text-decoration: none;
		position:relative;
		float:right;
 }
 
 .videolink:Hover
 {
		color: #FFFFFF;
			text-decoration: underline;
		position:relative;
		float:right;
 }





#job {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
}


#header {
	margin-top: 20px;
	width: 760px;
	margin-left: auto; 
	margin-right: auto;
}

#top_left {
	margin-left: 10px;
	float: left;
}

#top_right {
	margin-right: 10px;
	float: right;
	font-weight: bold;
}

#login {
	margin-top: 10px;
	float: left;
	height: 75px;
	width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(./images/login_bg.gif);
}

#login_left {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 400px;
	font-weight: bold;
}

#login_right {
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	font-weight: bold;
	text-align: right;
}

#menu{
	height: 1px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	background-color: #B30000;
}

#portfolio{
	margin-left: auto; 
	margin-right: auto;
	width: 768px;
}


.spot{
	margin-top: 8px;
	width: 252px;
	height: 275px;
	background-image: url(./images/spot_shade.gif);
	background-color: #FFFFFF;
	float: left;
	
}

.spotOver{
	margin-top: 5px;
	width: 252px;
	height: 275px;
	background-image: url(./images/spot_shade.gif);
	background-color: #FFFFFF;
	float: left;

}

#spot_content{
	margin-top: 11px;
	margin-bottom: 11px;
	margin-left: 11px;
	margin-right: 11px;
	display:block;
	
}

#spot_preview{
	
	background-color: #FFFFFF;
	float: none;
	height: 170px;
	width: 230px;
	display:block;
}

#spot_title{
	margin-top: 4px;
	margin-left: 3px;
	height: 18px;
	width: 125px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	float: left;
	display:block;
	cursor: pointer;
	position:relative;
	
	top:-3px;
}

#spot_click{
	margin-top: 4px;
	height: 18px;
	width: 90px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	float: right;
	position:relative;
	cursor: pointer;
		top:-3px;
}

#spot_text{
	height: 60px;
	width: 230px;
	background-image: url(./images/spot_text_bg.gif);
	float: left;
	display:block;
	cursor: pointer;
	position:relative;
	top:-4px;
}

#spot_info{
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	display:block;
	cursor: pointer;
	
}

#holder{
	display:block;
	width: 252px;
	height: 275px;
		background-color: #00FFFF;
}



/* Menu mouseOver */

.menuOn{
	color: #DD5757;
	margin: 0px;
	padding-top: 5px;
	float: left;
	width: 132px;
	height: 20px;
	background-color: #B30000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border-bottom: 1px solid #FFFFFF;
	background-image: url(./images/menu_border.gif);
}

.menuOver{
	margin: 0px;
	padding-top: 5px;
	float: left;
	width: 132px;
	height: 20px;
	background-color: #CC0000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-image: url(./images/menu_border_selected.gif);
}

/* HTML Modifcation */

form{
	margin: 0px;
}

input{
	border: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}