*{
	margin: 0px;
	padding: 0px;
}

body{
	background: #082643 url(/images/title_bar_background.png) repeat-x;
}

p{
	color: rgb(235, 235, 235);
	text-align: justify;
    font: 1em FreeSans, "DejaVu Sans", Helvetica, Arial, sans-serif;
}

h3{
    color: rgb(235, 235, 235);
    font-weight: bold;
    font: FreeSans, "DejaVu Sans", Helvetica, Arial, sans-serif;
}

div#nav{
    /*background: url(/images/title_bar_background.png);*/
    height: 62px;
    margin: 37px 0px 0px 0px;
    border: none 1px red;
}

img#main_title{
	border: none;
    padding: 8px 0px 15px 50px;
    float: left;
}

#nav ul{
	border: none 1px blue;
    list-style: none;
	padding: 4px 0px 0px 385px;
	width: 650px;
	height: 100%;
}

#nav li{
/*    display: inline;*/
    padding: 0px 0px 0px 5px;

}



#nav a.active_link{
    background: url(/images/active_link_background.png) no-repeat center;
    
}

#nav a span{
	width: 100px;
	float:left;
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#nav a{
    float: left;
    width: 100px;
    height: 48px;
	border: none 1px green;
    display: block;
	color: rgb(255, 255, 255);
    padding: 10px 0px 0px 5px;
    margin-left: auto;
    margin-right: auto;
	text-decoration: none;
	text-align:center;
	font: 1.2em FreeSans, "DejaVu Sans", Helvetica, Arial, sans-serif;
}

a{
/*	color: #99FFFE;*/
	color: #2DA2D2;
	font: 1.0em FreeSans, "DejaVu Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

a:visited{
	color: #99FFFE;
}

div.clear{
    clear: both;
}

/*====================================
	Layout 
=====================================*/
#main_content{
	width: 750px;
	margin: 10px 0px 50px 150px;
	padding: 25px 0px 0px 0px;
	border: none 1px purple;
	height: 100%;
}

.lefty{
    float:left;
    margin: 0 10px 15px 15px;
}

.frame{
    border: 2px solid rgb(0, 0, 0);
}

div.title{
	background: #0A2138;
	padding: 8px;
	border-bottom: solid rgb(235, 235, 235) 2px;
	margin-bottom: 15px;
}

.title p{
	text-indent: 0px;	
}

h3 {
	background: #0A2138;
	text-align: center;
	padding: 5px;
	font-size: 1.4em;
}

/*====================================
	Projects 
=====================================*/
/*.project_title_link{
    font-size: 1.5em;
}
*/

.brief_description span{
	border: solid 2px black;
}

.project_listing{
	background: #0A2138;
	clear: both;
	border: 1px none green;
	padding: 10px;
	margin-bottom: 10px;
}

.project_listing p{
	padding-top: 5px;
	padding-right: 15px;
}

.project_listing img{
	float: left;
/*	border-right: 1px solid red;*/
	width: 200px;
	margin-left: 15px;
	margin-right: 25px;
/*	padding-right: 10px;*/
}

/*====================================
	Images 
=====================================*/
img.thumbnail{
	border: solid 2px rgb(0,0,0);
	margin: 10px;
}

img.fullsize{
	border: solid 3px rgb(0,0,0);
}

table#image_thumbnail_layout{
	text-align:center;
}

/*====================================
	Videos 
=====================================*/
table#video_thumbnail_layout{
	border: none 1px green;
	width: 700px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.video_title_link{
    font-size: 1.5em;
    font-color: ;
    text-decoration: none;
}
/*====================================
	Resume 
=====================================*/
#resume_container{
	background: rgb(255,255,255);
	padding: 30px;
/*	margin: 50px;*/
}

#resume_container a{
	color: rgb(0,0,0);
}

#resume_container p{
	color: rgb(0,0,0);
}

/*====================================
	Scripts 
=====================================*/
.file_name{
/*	white-space: nowrap;*/
	color: rgb(255, 255, 255);
	margin: 15px;
}

.script_listing{
	background: #0A2138;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	border: none 1px red;
	padding: 15px;
	margin-top: 20px;
}

/*====================================
	Contact 
=====================================*/
div#contact_info{
	width: 750px;
	text-align: center;
	border: 1px none yellow;
}

#contact_info .title{
	border: 1px none purple;
	font-weight: bold;
	margin-right: 10px;
}