/*CSS DOCUMENT*/
/*CREATED BY OLIVER SMIITH for Zed Zed Productions Ltd 2009*/

body
{
font-size: 12px;
color: #A4A4A4;
background: black;
font-family: verdana;
}

.logo-banner a img
{
border: 0;
}

.wrapper
{
width: 900px;
margin: 10px auto;
}

.left-column, .right-column
{
height: 560px;
float: left;
}

.left-column
{
width: 450px;
}

h1
{
padding-left: 5px;
}

h1, h2
{
color: #6D0331; 
font-size: 150%;
}

a 
{
color: #A4A4A4;
text-decoration: underline;
font-weight: bold;
}
 
p
{
padding: 10px;
}

.right-column
{
width: 450px;
}

.menu-container
{
background: #121212;
}

.menu
{

}

.menu img
{
border: 0;
}
.menu ul
{
margin: 0;
padding: 0;
}

.menu ul li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}


.logo-banner
{


}

.button
{
background: url('images/applybutton.jpg') no-repeat;
height: 40px;
width: 148px;
margin-top: 50px;
}

.button:hover
{
background: url('images/applybutton.jpg') no-repeat;
height: 40px;
background-position: 0px -42px;
width: 148px;
}


label,input {
display: block;
width: 150px;
float: left;
background: #000000;
border: 1px solid grey;
color: grey;
margin-bottom: 10px;
}
 
label {
text-align: right;
border: 0;
width: 75px;
padding-right: 20px;
}
 
br {
clear: left;
}
