@charset "utf-8";
/* CSS Document */

/* 
	This is the general styling 
	----------------------------------------------------
*/

body {
	background-color: #150229;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	font-size: small;
	line-height: 1.35em;
	text-align: justify;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	line-height: 2em;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 2em;
}

a:link {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #FF3300;
	font-weight: bold;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
	padding: none;
	margin: none;
	text-align: left;
}

th {
	color: #CCCCCC;
	border: 0;
}

tr {
	border: 0;
}

td {
	border: 0;
}

td#menu {
	margin: 263px;
}

a img{
	border: 0;
}

.textemph {
	color: #FFCC66;
	font-weight: bold;  
}

.textsmemph {
	color: #FFCC66; 
}

.Spacing1 {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}

.backtotop {
	text-align: right;
}

/* 
	This is the Rollover Button styling 
	----------------------------------------------------
*/

a#home img {
	height: 136px; 
	width: 263px; 
	border: 0;
	border-width: 0;
	background: url(images/BG_02.jpg) top left no-repeat;
}

a#port img {
	height: 78px; 
	width: 263px; 
	border-height: 0;
	border-width: 0;
	background: url(images/portfolio_btn.jpg) top left no-repeat;
}

a#demo img {
	height: 79px; 
	width: 263px; 
	border-width: 0;
	background: url(images/demo_btn.jpg) top left no-repeat;
}

a#resume img {
	height: 80px; 
	width: 263px; 
	border-width: 0;
	background: url(images/resume_btn.jpg) top left no-repeat;
}

a#contact img {
	height: 81px; 
	width: 263px; 
	border-width: 0;
	background: url(images/contact_btn.jpg) top left no-repeat;
}

a#links img {
	height: 104px; 
	width: 263px; 
	border-width: 0;
	background: url(images/links_btn.jpg) top left no-repeat;
}

a#port:hover img {
	height: 78px; 
	width: 263px; 
	border-width: 0;
	background: url(images/portfolio_robtn.jpg) top left no-repeat;
}

a#demo:hover img {
	height: 79px; 
	width: 263px; 
	border-width: 0;
	background: url(images/demo_robtn.jpg) top left no-repeat;
}

a#resume:hover img {
	height: 80px; 
	width: 263px; 
	border-width: 0;
	background: url(images/resume_robtn.jpg) top left no-repeat;
}

a#contact:hover img {
	height: 81px; 
	width: 263px; 
	border-width: 0;
	background: url(images/contact_robtn.jpg) top left no-repeat;
}

a#links:hover img {
	height: 104px; 
	width: 263px; 
	border-width: 0;
	background: url(images/links_robtn.jpg) top left no-repeat;
}

a#port:active img {
	height: 78px; 
	width: 263px; 
	border-height: 0;
	border-width: 0;
	background: url(images/portfolio_btn.jpg) top left no-repeat;
}

a#demo:active img {
	height: 79px; 
	width: 263px; 
	border-width: 0;
	background: url(images/demo_btn.jpg) top left no-repeat;
}

a#resume:active img {
	height: 80px; 
	width: 263px; 
	border-width: 0;
	background: url(images/resume_btn.jpg) top left no-repeat;
}

a#contact:active img {
	height: 81px; 
	width: 263px; 
	border-width: 0;
	background: url(images/contact_btn.jpg) top left no-repeat;
}

a#links:active img {
	height: 104px; 
	width: 263px; 
	border-width: 0;
	background: url(images/links_btn.jpg) top left no-repeat;
}


/* 
	This is the Boxes properties 
	----------------------------------------------------
*/

#wrapper {
	background-image: url(images/main_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 698;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px; 
}

#header {
	/*background-image: url(images/top.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	width: 970px;
	height: 50px;
}

#sidebar {
	margin-right: 707;
	padding: 0px;
	/*background-image: url(images/BG_02.jpg);
	background-position: top left;
	background-repeat: no-repeat;*/
	height: 604px; 
	font-size: 1em;
}

#main {
	background-image: url(images/black.png);
	background-position: center;
	background-repeat: repeat;
	/* for IE */
  	/*filter:alpha(opacity=75);
  	/* CSS3 standard */
  	/*opacity:0.75;*/
	width: 605px;
	height: 580px;
	margin: 0px 42px 35px 0px;
	padding: 10px 30px 10px 30px;
	overflow: auto;
	float: right;	
}

#footer {
	/*background-image: url(images/top.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	width: 970px;
	height: 50px;
	text-align: center;
	padding-bottom: 20px;
	clear: both;
}

/* 
	This is the Thumbnail Gallery properties 
	----------------------------------------------------
*/

.thumb_gallery {
  margin: 2px;
  background-color: #666666;
  border: 1px solid #999999;
  height: auto;
  width: auto;
  text-align: center;
  }
  
div.thumb_gallery img {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
  
div.thumb_gallery a:hover img {
  border: 1px solid #999999;
  }
  
div.desc {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
  
/* 
	This is the Bigger Thumbnail Gallery properties 
	----------------------------------------------------
*/

.bigthumb_gallery {
  margin: 2px;
  background-color: #666666;
  border: 1px solid #999999;
  height: auto;
  width: auto;
  text-align: justify;
  }
  
.bigthumb_gallery img {
  display: inline;
  margin: 0px;
  border: 1px solid #ffffff;
  }
  
.bigthumb_gallery a:hover img {
  border: 1px solid #999999;
  }

table.bigthumb_gallery {
	align: center;
}
 
.desc {
  color: #000000;
  font-size: 80%;
  text-align: justify;
  line-height: 1.2em;
  font-weight: normal;
  width: 80%;
  padding: 0px 20px 0px 5px;
  }

img.thumb_scale {
	height: 40px;
} 

img.gallery_scale {
	width: 42em;
	padding: 5px;
} 
/* 
	This is the Contact Form properties 
	----------------------------------------------------
*/

.contactform {
  margin: 2px;
  background-color: #333333;
  border: 1px solid #666666;
  height: auto;
  width: auto;
  text-align: justify;
  }
  
  