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

#body {
	text-align:center;
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#C90;
}

h6 {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:10px;
}

#home {
	border-color:#FFF;
	border-width:1px;
	border-style:solid;
	display:block;
	padding:5px;
}	

#projects {
	border-color:#FFF;
	border-width:1px;
	border-style:solid;
	display:block;
	padding:5px;
}	

#container {
	width:700px;
	height:600px;
	margin:0 auto;
	text-align:left;
	margin-top:10px;
}

#header {
	height:130px;
	background-image:url(images/design_03.gif);
}

#buttons {
	background-image:url(images/design_05.gif);
	height:74px;
}

#main {
}

#footer {
	text-align:center;
	background-image:url(images/design_07.gif);
	height:118px;
}