@import url("reset-fonts-grids.css");

html, body {
	background-color: #000;
	margin:0;
}

strong {
	font-weight:bold;
}

#content {
	width:775px;
	height:585px;
	border:0px;
	padding:0;
}

#contactform input {
	border:1px solid #ccc;
}

#contactform textarea {
	border:1px solid #ccc;
}


.dropcap {
	float:left;
	color:#2c1f16;
	font-size:70px;
	line-height:50px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
} 

#header {
	padding-top:10px;
	width:775px;
	height:75px;
	background-color:#4a0001;
}

#tagline {
	width:775px;
	height:27px;
	background-color:#fdf6e9;
	text-align:center;
}

#leftpanel {
	float:left;
	width:225px;
	height:414px;
	background-color:#fdf6e9;
	text-align:left;
}

#rightpanel {
	float:left;
	text-align:left;
	width:550px;
	height:414px;
	background-color:#fdf6e9;
	overflow:auto;
}

#container {
	width:775px;
	height:414px;
	overflow:hidden;
}

#form {
	float:left;
	text-align:left;
	width:550px;
	height:414px;
	background-color:#fdf6e9;
	overflow:auto;
}

#form p {
	font-family:serif;
	font-size:120%;
	*font-size:130%;
	padding:10px;
}

#portfolio {
	text-align:center;
	width:775px;
	height:414px;
	background-color:#fdf6e9;
	overflow:auto;
}

#portfolio a {
	display:block;
	float:left;
	padding:15px;
}


#rightpanel p {
	font-family:serif;
	font-size:120%;
	*font-size:130%;
	padding:15px;
}

#rightpanel ol {
	margin-left:70px;
	font-family:serif;
	font-size:120%;
	*font-size:130%;
}

#rightpanel ol li {
	list-style:decimal;
}

#navigation {
	width:775px;
	height:36px;
	background-color:#2c1f16;
}

#footer {
	width:775px;
	height:50px;
	background-color:#4a0001;
}

.copyright {
	font-family:Georgia, serif;
	font-size:9pt;
	color:#8f7a67;
	padding:15px;
}


