html, body {
	height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #0a1520 url(./images/background.png) repeat 0 0;
    color: #eeeeee;
    font: 13px, Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}
p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, fieldset, blockquote, table, th, tr, td, textarea, pre {
    float: none;
    margin: 0;
    padding: 0;
}
/*
fieldset {
    border: 0;
}*/

#wrapper {
    margin: 0 auto;
    background: transparent url(./images/bg_shadows.png) repeat-y 0 0;
    width: 900px;
    min-height: 100%;
    height: auto;
    padding: 0 10px;
}


/*****************************head***************************/

#head {
    height: 200px;
    width: 900px;
    background: transparent url(./images/TopTitle.png) no-repeat 0 0;
	text-align:left;
}

h1{ 
	height:100px;   
	text-indent: -9999px;
    background: transparent url(./images/raptorousnet.png) no-repeat 30px 100%;
}

h4.titleh4{
	padding-top:36px;
	text-align:right;
	padding-right:30px;
}

/*****************************main***************************/
#main {
    background: #3A3A3A url(./images/bg_main.gif) repeat-x 0 0;
    padding: 10px;
    /*border-bottom: 1px solid #4f4f4f;*/
    text-align: left;
	vertical-align:bottom;
	position:relative;
	/*height: 1000px;*/
}

/*****************************menu***************************/
#menu {
    height: 50px;
	width: 900px;
    background: transparent url(./images/menuBG.png) repeat-x 0 100%;
    position: relative;
}
#menu ul {
    height: 50px;
    list-style: none;
    position: absolute;
    right: 3em;
}
#menu ul li {
    float: left;
    height: 30px;
    padding-top: 20px;
}
#menu a {
    display: block;
    float: left;
    font: bold 18px, Arial,sans-serif;
    height: 30px;
    letter-spacing: -0.03em;
    padding: 0 1.5em 0 1.5em;
}

#menu #current {
    background: transparent url(./images/menu_on_left.gif) no-repeat 0 100%;
}
#menu #current a {
    background: transparent url(./images/menu_on_right.gif) no-repeat 100% 100%;
}
#menu a:link, #menu a:visited {
    color: #aaaaaa;
}
#menu a:hover, #menu a:active {
    color: #ffffff;
}

/*****************************content***************************/
#content {
    float: left;
    width: 650px;
}
a:link, a:visited{
    color: #cccccc;
}
a:hover, a:active {
    color: #ffffff;
}
#inline { padding: 4px; margin: 0 0 2px 7px; display: inline; }

/*****************************sub menu***************************/
#submenu{
	float: right;
	width: 200px;
	padding:1px;
	border:1px;
    border-width:1px 0;
	border-color:white;
}
#links{
	border:1px;
	border-color: #ffffff;
	font-size:10px;
}



/*****************************footer***************************/
#main_foot {
    clear: both;
}
#footer {
    background-color: transparent;
    border-top: 5px solid #1c1c1c;
    padding: 1.2em 2em 2em 2em;
    font: 13px, Arial,sans-serif;
	text-align: center;
	
}
#footer p {
	color: #666666;
    text-align: center;
}
#footer a:link, #foot a:visited {
    color: #BCBCBC;
    border-bottom: 1px dotted #505050;
}
#footer a:hover, #foot a:active {
    color: #fff;
    border-bottom: 1px solid #505050;
}

/************************Projects page*****************************/
#projects{
	padding-bottom:20px;
}
#bordered{
	border:2px;
	border-width:thin;
	color:#00FF00;
	padding:30px;
}

/************************Resume page*****************************/
#resume{
border: 1px solid #ffffff; 
}



/************************About me page*****************************/
#blurb{
	float: right;
	width: 380px;
	padding: 0;
	border:1px;
}

#photo{
	float:left;
	width:auto;
	padding:0;
	border:1px;
}

#indented{
font-size:9px;
}


/************************Code Block style*****************************/
div.code-block{
margin-left: 2em ;
margin-right: 2em ;
background-color: #dddddd;
font-family: "Courier New", Courier, monospace;
font-size: 8pt;
color: navy;
}

.code_default
{
    FONT-FAMILY: "Courier New", Courier, monospace;
    FONT-SIZE: 10pt;
}


.code_string{
	color: black;
	font-weight: bold;
}
.code_comment{
	color: green;
	font-weight: bold;
}