* {
	margin: 0;
	padding: 0;
}

body {
	background : #000;
	font-family : century gothic, arial, sans-serif;
	font-size : 100%;
}

@media screen { 
	body {
	color : #e5d3ad;
}
} 

@media print { 
	body {
	color : #000;
}
} 

a:link, a:visited {
	color: #e5d3ad;
}
a:hover {
	color: #fff;
}

#page {
	background :  url(../images/bg1.jpg) no-repeat;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#header {
	height : 50px;
	background : transparent;
	font-size : 70%;
}

div.date {
	float : right;
	text-align : right;
	font-size : .9em;
}
		
#leftside {
	background : transparent;
	margin-top : 100px;
	float : left;
	width : 125px;
	min-height : 330px;
	height : auto;
	vertical-align : top;
	text-align : right;
	font-weight : bold;
}

#leftside ul {
	margin-top : 5px;
	text-align: right;
	list-style: none;
}

#leftside li {
	background :  url(../images/black.gif);
	padding-bottom: 12px;
	color: #e5d3ad;
}
			
#leftside li a {
	text-decoration: none;
	color: #900;
}

#leftside li a:hover {
	color: #fff;
	text-decoration: none;
}

#leftside .submenu li{
	font-size : .9em;
	line-height : .8em;
	
}

#content {
	background : transparent;
	width : 600px;
	height : auto;
	float : right;
	text-align : left;
	padding: 5px 5px 5px 5px;
}

#content ul {
	list-style: none;
	padding-left : 10px;
}

#content h1 {
	font-variant : none;
	font-size : 160%;
	padding-bottom : 20px;
}

#content p {
	padding-bottom : 20px;
}

#content label {
	width:300px;
	vertical-align : top;
	text-align:right;
}

#projects {
	background : #fff;
	color : #000;
	font-size : .9em;
	text-align : left;
	padding: 5px 5px 5px 5px;
}

div.right {
	float: right;
}

div.left {
	float: left;
}

#footer {
	clear : both;
	height : 95px;
	background : #transparent;
	font-size : 100%;
	color : #e5d3ad;
	font-variant : /*small-caps;*/ none;
	text-align : right;
}

@media screen { 
	#footer {
	border : none;
}
} 

@media print { 
	#footer {
	border : #e5d3ad solid 2px;
}
} 

#footer a:link, #footer a:visited {
	color: #e5d3ad;
}

#footer a:hover, #footer a:focus {
	color: #fff;
}
		
#footer p {
	padding: 20px 0px 0px 5px;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

label {

}
	
input.btn {
   color : #000;
   font-size : 80%;
   font-weight : bold;
   background-color : #ececec;
   border : #999 2px solid;
   padding : 2px;
   margin-top : 2px;
}

.small {
	font-size : 80%;
}

.error {
	color : #ff0000;
}



h1, h2, h3, h4, h5, h6 {
}

@media screen { 
	.print {
	display : none;

}
} 

@media print { 
	.noprint {
	display : none;

}
} 


