/* CSS Document */
* {
margin: 0;
padding: 0;
}

body { 
background: #000; 
color: #fff;
font-family: verdana;
}

h1 {
font-size: 18px;
padding-bottom: 10px;
}

p{
font-size: 12px;
text-align: justify;
margin-bottom: 10px
}

#header {
height: 32px;
width: 1000px;
margin: auto;
}

#header_wrapper {
height: 32px;
width: 950px;
padding: 0 10px;
background: url(site/images/grad01.jpg);
background-repeat: repeat-x;
margin: 10px auto;
}

#header img{
position: relative;
top: -2px
}

#content {
background: #000;
width: 970px;
margin: auto;
text-align: center;
clear: both;
padding: 10px 0px 10px 0px;
}
#content2 {
clear: both;
}

#description {
background: url(site/images/para_grad01.jpg);
border: 1px solid #424242;
text-align: left;
padding: 10px;
font-size: 75%;
}

#videoplayer {
margin: auto;
height: 288px;
width: 480px;
border: 1px solid #424242;
}

#footer {
height: 68px;
width: 970px;
line-height: 68px;
background: #333;
margin: 0 auto;
clear: both;
text-align: center;
font-size: 12px;
background: url(site/images/grad_footer01.jpg);
border-top: 1px solid #424242;
}

#content img {
border: 1px solid #424242;
margin: 10px
}

/* MENU ------------------ */
#menu {

}

#menu ul{}

#menu ul li {
display: inline;
}

#menu li a {
	background: url(site/images/grad_button01.jpg);
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	margin: 0px 1px;
	float: left;
	display: block;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #fff;
        font-size: 18px;
        font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#menu li a:hover {
	background: url(site/images/grad_button01_hover.jpg);
}

#menu img {border: 2px outset #666;
float: left;
}

/* LINKS ------------------ */
a {
text-decoration: none;
color: #ffd95a;
}

a:hover {
text-decoration: underline;
color: #ffd95a;
}

a:visited {
text-decoration: none;
color: #ffd95a;
}




