html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
}

/*Font*/
body
{
	background-color:#000000;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #362A14;

}
h1{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size:130%;
	color: #1A0E06;
	margin:0; padding:0;
	margin-bottom:8px;
}
h2{
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size:120%;
	color: #1A0E06;
	margin:0; padding:0;
	margin-bottom:8px;
}

h3{
	font-weight: bold;
	font-size:110%;
	color: #1A0E06;
	margin-bottom:6px;
}
p{
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #362A14;
}
a:link {color: #7A3321;}
a:visited{color:#b0754d;}
a:active {color: #2775C;}
a:hover{color:#CF1C3E;}
.small {
	font-size:80%;
}
bottom_pic{
	margin:0; padding:0;
}
.project_pic {
	border:1px solid #7A3321;
}
.bottom_play {
        height:275px;
}
