body {
background-image: url(template/blue_background.jpg);
background-repeat: repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:black;
font-size:12px;
color: white;
}

p {
text-indent:25px;
}

#template {
width:950px;
height:650px;
margin-left:auto;
margin-top:5%;
margin-right:auto;
margin-bottom:auto;
}

#buttons a:link {outline:none}
#buttons a:visited {outline:none}
#buttons a:hover {outline:none}
#buttons a:release {outline:none}

#buttons {
max-height:162px;
padding:0px;
margin: 0px;
}

h1 {
font-family:"Times New Roman", Times, serif;
font-weight:100;
color:#FFFF99;
text-decoration:underline;
}

#side_menu {
float:left;
width:150px;
}

#main_content {
float:left;
}