body {
	margin: 5px 0px 0px 20px;
	font-family: Times New Roman, baskerville, georgia, serif; 
	font-size: 15px;
	line-height: 19px;
	color: black;
	background-image: url('images/bluegrid2.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center top; 
	background-color: #000;
}
A:link, a:visited{color: #fff; text-decoration: none; font-style: italic;}
A:hover { color: #888; }

#content a{
    color: #000;
    text-decoration: underline;
}#content a:hover{
    color: #888;
    text-decoration: underline;
}

#left{
    width: 300px;
    text-align: center;
    float: left;
    display: inline;
}#right{
    width: 600px;
    text-align: center;
    background: #efefef;
    font-family: courier new, courier, monospace;
    margin: 0px 0px 0px 30px;
    font-size: 10px;
    border: 1px solid #fff;
    float: left;
    display: inline;
    position: relative;
}.sidelinks{
    font-size: 16px;
    line-height: 32px;
    font-style: italic;
    letter-spacing: 2px;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    clear: both;
    background: #000;
    margin-bottom: 12px;
}#title{
    width: 560px;
    height: 50px;
    border: 1px solid #000;
    padding: 30px 0px 0px 0px;
    margin: 20px 20px 20px 20px;
    background: #efefef;
    display: block;
    font-family: courier new, courier, monospace;
    font-size: 14px;
    letter-spacing: 10px;
}#content{
    width: 520px;
    display: block;
    font-family: Times New Roman, baskerville, georgia, serif; 
    border: 1px solid #000;
    padding: 30px 20px 0px 20px;
    margin: 20px 20px 20px 20px;
    background: #efefef;
    font-size: 16px;
    letter-spacing: 0px;
}.left{
    text-align: left;
}.center{
    text-align: center;
}.spacey{
    line-height: 25px;
}
#holder {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
