body {
   background-image: url('images/bg.jpg');
   min-width: 1100px;
}
img {
   border: 0;
}
a { 
   color : #FF0000;
}

a:hover {
   color : #000000;
}

h1  {
    font-size: 12pt;
    margin-bottom: 10px;
}

h2 {
    font-size: 12pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

#container { 
	margin-top: -13px;
	margin-left: -30px;
	padding: 0; 
	position: relative; 
	width: 1100px;
}
#header {
    position: absolute; 
    left: 15px; 
    top: 13px;
    margin: 0;
	padding: 0;
}


#content_left { 
    position: absolute;
    left: 10px; 
    top: 160px;
    width: 810px;
}

#content_right { 
    overflow: auto;
    overflow-x: hidden;
    background: #C3C3C3;
    position: absolute;
    height: 540px;
    left: 820px; 
    top: 160px;
    width: 298px;
    padding: 5px;
}

#below { 
    position: absolute;
    left: 50px; 
    top: 1500px;
    width: 400px;
}

.top_nav a {
	color : #FF0000;
	text-decoration: none; 
	font-weight:bold;
}
.top_nav a:hover {
	color : #000000;
	text-decoration: none; 
	font-weight:bold;
}
