@charset "utf-8";
/* HTML Body contents */

body {
	color: #000000;
	margin: 0;
	padding: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #181818 url(../imgs/bg.jpg) no-repeat top center;
}

/* Redefining HTML Tags */

a{ text-decoration: none; color: #665555;}
a:hover{ text-decoration: none; color: #cceeff;}

h1 {
	font: 1.5em arial, Times, serif;
	border-bottom: thin solid #665555;
	color: #cceeff;
	margin: 0 0 1em 0;
}

h2 {
	margin: -1em 0 1em 0;
	font: 1.2em arial, Times, serif;
	color: #cceeff;
}

i { /* redefine 'i' tag for the title */
	text-decoration: none;
	font: 2.75em "Courier new", Times, serif;
	color: #665555;
	cursor: crosshair	
}

i:hover { /* hover over 'i' tag performs like link */
	color: #cceeff;
}

/* Tag ID */

#container { /*content window div */
	position: relative;
	border: #776666 double;
	margin: 1em auto; /* gives 15px buffer top and bottom, auto center the content. */
	width: 44.5em; /* roughly 16px - 1em at 100% font*/
	height: 25em;
	padding: 0;
	background: url(../imgs/bg000_50.png) repeat 0px 0px;
}

#title { /* style for main content name tag */
	visibility: visible;
	position: absolute;
	margin: 1em;
	width: 42.5em;
	padding-top: 8.625em;
}
#title  a {color:#79a;}
#title  a:hover {color:#655;}
span #cd {
	color: #579;
	margin:0;
	padding:0;
}

span #cd, #title p, #contact p { /* define content 1 & 4 p tags  */
	font: 1em "Courier new", Times, serif;
	line-height: 1.1em;
	font-weight: normal;
}
#title p {
	color: #579;
	margin: 0 2em;
}
#contact p {
	color: #665555;
	margin: 0 2em;
}


#profile { /* content div 1 */
	visibility: hidden;
	position: absolute;
	margin: 1em;
	width: 42.5em;
	padding: 0;
	font-weight: normal;
	text-align: left; 
}

#portfolio { /* content div 2 */
	visibility: hidden;
	position: absolute;
	margin: 1em;
	width: 42.5em;
	padding: 0;
	text-align: left; 
	font-weight: normal;
}

#profile p { /* define content 2 & 3 p tags  */
	font: 1em arial, Times, serif;
	line-height: 1.2em;
	color: #7799aa;
	margin: 0 2em;
}

#portfolio p { /* define content 2 & 3 p tags  */
	font: 1.1em arial, Times, serif;
	line-height: 1.2em;
	color: #7799aa;
	margin: 0 2em;
}

#contact { /* content div 3 */
	visibility: hidden;
	position: absolute;
	margin: 1em;
	width: 42.5em;
	padding-top: 8.625em;
	font-weight: normal;
}

#footer { /* style for footer links */
	position: absolute;
	bottom: 0;
	font: 0.7em Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	width: 100%;
	height: 2.5em;
	color: #665555;
	font-weight: normal;
	padding: 0;
} 

#footer a:active, #footer a:focus { 
	text-decoration: none;
	COLOR: #7799aa;
}

#footer img {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 0;
	padding: 0;
	border: none;
	opacity: 0.2;
}

#footer img:hover { 
	opacity: 0.7;
}

#noscript {
	border: 1px #7799aa dashed;
	padding: 10px 0;
}

#ie6_banner { /* Grrrrr..... IE6 is a pain in the brain! */
	visibility: hidden;
	border: 2px solid #665555;
	background-color: #ddd;	
	margin: 0em auto 1em auto;
	width: 40em;
	padding: 1em;
	text-align: center; 
	font-weight: normal;
}

#ie6_banner p {
	font: bold 0.8em arial, Times, serif;
	text-align: left;
	padding: 0 1.5em;
	color: #468;
	margin: 0;
}

#ie6_banner h1 {
	font: bold 1em arial, Times, serif;
	text-align: left;
	color: #468;
	margin-bottom: 0.9em;
}

#ie6_banner img{
	position: relative;
	hieght:auto;
	Width: auto;
	border: 0;
}

#ie6_banner a{
	font: bold 0.8em arial, Times, serif;
	text-align: left;
	color: #468;
	margin: 0 1.5em;
}

#ie6_banner a:hover{
	color: #68a;
}