@charset "utf-8";

/*Basic background color*/

body {
background-image: url(sitebackground4.1.jpg);
background-attachment: fixed;
text-align: center;
}

/*Basic Text*/
p { color: white;
font-family: Georgia, arial; 
}

h1, h2, h3 { color: white; 
font-family: Georgia;
}


/*Define Content ID*/

#content {color: white;
text-align: left;
font-family: Georgia;
background-color: black; 
line-height: 150%; 
margin-right:5%;
margin-left:30%;
margin-bottom:10px;
padding: 25px;
border-color: #778899;
border-style: solid ridge;
border-width: 2px;
}

/*sidebar*/
#sidebar {
float:left;
text-align: left;
font-family: Georgia;
font-size: 18px;
line-height: 200%;
background-color: black; 
width:20%;
margin-left: 5%;
margin-bottom: 10px; 
padding: 10px;
border-color: #778899;
border-style: solid ridge;
border-width: 2px;
}

/*LOLheader*/
.header {color: white;
text-align: left;
font-family: Georgia;
font-size: 60px;
width: 800px; 
background-color: black;
line-height: 150%;
margin: 0px auto;
margin-bottom: 0px;
padding:50px;
border-color: #778899;
border-style: solid ridge;
border-width: 2px;
}

/*center box*/
#center-box {
text-align: left;
width: 600px;
display: block;
margin: 15px auto 15px auto;
padding: 25px;
line-height: 200%;
background-color: black;
border-color: #778899;
border-style: solid ridge;
border-width: 2px;
}


/*Define Default ID*/

#default {color: white;
text-align: left;
font-family: Georgia;
background-color: black; 
line-height: 150%; 
margin: 3px auto 50px auto; 
padding: 50px;
width: 800px;
border-color: #778899;
border-style: solid ridge;
 border-width: 2px;
}

/*links*/

a:link {color:#CCCCCC;
font-weight: bold;
}

a:hover {color:#E0FFFF;
background:#696969;
}

a:visited {color:#ADD8E6;
}

a:active {color:#B0C4DE;
}

ul a:link, ul a:visited, ul a:hover, ul a:active {
padding:2px 10px;
text-decoration: none;
font-weight: bold;
}

img
{  border-style: none;
}
