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

body {
	background-color: #000;
	color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main {
	background-color:#932d16;
	border:#fff 12px solid;
	border-radius:10px;
	-moz-border-radius : 10px; /* Mozilla */
	-webkit-border-radius : 10px; /* Webkit */
	width:800px;
	height:400px;
	margin:auto;
}
a {
	text-decoration:none;
	color:#FFFFCC;
}
a:hover {
	text-decoration:underline;
}
	
h1 {
	color:#fff;
	font-size:400%;
	margin:10px 0 0 30px;
}
h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h2 {
	color:#000033;
	margin-top:0;
	font-size:149%;
	margin-left:35px;
}
#contact_info {
	text-align:right;
	margin-right:20px;
}
#portfolios {
	text-align:right;
	margin-right:20px;
	font-size:90%;
}
#portfolios li {
	list-style-type:square;
}
