body{
	background-color: black;
	color:white;
        margin:15px 0;
}
strong, em{
        color:#FFF;
}
p{
        color:#7C7C7C;
	text-align: left;
}
#content ul, #conten li{
        color:#7C7C7C;
	list-style-type: square;
}
a{
	color: #ffbf0e;
	text-decoration: none
}

a:hover{
	color: #cc9900;
	border-bottom: 1px solid #cc9900
}

.column {
	background-color: black;
}

#header{
	height: 276px;	
}
#logo{
	background: black url(../images/logo.png) no-repeat ;
	height: 214px;
}
#logo h1, #logo h2{
	display: none;
}
#nav{
	background: black url(../images/mini_logo.png) no-repeat ;
}
#nav h1, #nav h2{
	display: none;
}

#sticker {
	background: black url(../images/sticker.png) no-repeat ;
	height: 247px;
}
#sticker strong{
        color:#000;
}
#sticker h3, #sticker form {
	margin: 15px;
}

#first_row h3,#second_row h3{
	font-weight: bold;
	color: #ffbf0e;
}

.border {
	background: url(../images/tiny_line.png) no-repeat top right;
	border-right: 0px solid #ddd;
}
#what h3{
	color: white;
	font-family: georgia, serif;
	font-weight: normal;
}

#menu {
	height: 24px; 
}
#menu ul, #menu li {
	list-style-type: none;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
}

#menu a{
    display: block;
    padding-left: 5px;
    padding-right: 20px;
    text-align: center;
	text-decoration: none;
}

#menu a:hover{
	colorc
	border-left: 6px solid #cc9900;
	border-bottom: 0px;
}
#content h1{
	color: #cc9900;
}

#nav ul{
	padding-top: 144px;
}

#nav li{
	font-size: 1.5em; line-height: 2em;
	color: #cc9900;
	font-weight: bold;
	list-style-type: none;
}
