@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(http://www.ocpartypics.com/images/top_right_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}
#container {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 10px;
}
#header {
	padding-bottom: 10px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.navigation {
	text-align: right;	
}
.navigation  ul{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}

.navigation ul li {
	display: inline;
}
.navigation ul li a {
	text-decoration: none;
	padding-right: 10px;
	padding-left:10px;
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}

.navigation a:hover {
    text-decoration: underline;
    color: #f4560f;
}

#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
	color: #CCCCCC;
	text-align: center;
	font-weight: bold;
}
#footer a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
#footer a:hover {
    text-decoration: underline;
    color: #f4560f;

}
#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #ed008c;	
}
#container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ed008c;
}
