body{
margin: 0;
background-color: #f5e8d7;
}
a{
color: #000000;
text-decoration: underline;
font-weight: bold;
}
a:hover{
color: #dea522;
text-decoration: underline;
font-weight: bold;
}
.add-link-button{
position: absolute;
top: 6px;
left: 50%;
width: 190px;
height: 37px;
margin-left: 240px;
z-index: 5;
}
.menu-bar{
float: left;
width: 100%;
height: 50px;
background-color: #212221;
font-family: Times New Roman, Garamond, sans-serif;
font-size: 12px;
color: #b7b7b7;
}
.menu-bar a{
font-weight: normal;
color: #b7b7b7;
text-decoration: none;
}
.menu-bar a:hover{
font-weight: normal;
color: #ffffff;
text-decoration: underline;
}
.menu{
position: relative;
top: 0;
left: 50%;
width: 900px;
height: 20px;
padding: 15px;
margin-left: -450px;
text-transform: uppercase;
}
.header-bar{
float: left;
width: 100%;
height: 150px;
background-color: #dea522;
border-top: 1px solid #f7d009;
}
.header{
position: relative;
top: 0;
left: 50%;
width: 900px;
height: 150px;
margin-left: -450px;
background-image: url('images/header-bg.jpg');
background-repeat: no-repeat;
background-position: left top;
}
.header img{
position: relative;
top: 50%;
left: 0;
margin-top: -37px;
}
.material{
float: left;
width: 49%;
padding: 0 0 0 50%;
border-top: 3px solid #e2d5c6;
}
.content{
float: left;
width: 860px;
padding: 20px;
margin-left: -450px;
background-color: #ffffff;
display: inline;
}
.left-column{
float: left;
width: 200px;
margin-right: 20px;
}
.main-column{
float: left;
width: 420px;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
color: #000000;
}
.right-column{
float: left;
width: 200px;
margin-left: 20px;
}
.box-module{
float: left;
width: 200px;
margin-bottom: 10px;
}
.box-header{
float: left;
width: 170px;
height: 20px;
padding: 15px;
font-weight: bold;
text-align: center;
background-image: url('images/box-top.jpg');
background-repeat: no-repeat;
background-position: left top;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 14px;
color: #FFFFFF;
}
.box-content{
float: left;
width: 180px;
padding: 0 10px 0 10px;
background-color: #e2e0e0;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 12px;
color: #000000;
text-align: center;
}
.box-content ul{
float: left;
width: 180px;
padding: 0;
list-style: none;
margin: 0;
text-align: left;
}
.box-content ul li{
float: left;
width: 160px;
padding: 10px;
list-style: none;
margin: 0;
background-image: url('images/menu-item-border.jpg');
background-repeat: repeat-x;
background-position: bottom;
}
.box-content ul li a{
text-decoration: none;
}
.box-content ul li a:hover{
text-decoration: underline;
}
.box-footer{
float: left;
width: 200px;
height: 13px;
background-image: url('images/box-bot.jpg');
background-repeat: no-repeat;
background-position: left top;
}
.footer-bar{
float: left;
width: 100%;
height: 80px;
}
.footer{
position: relative;
top: 0;
left: 50%;
width: 870px;
height: 50px;
padding: 15px;
margin-left: -450px;
background-color: #212221;
text-align: right;
}
.smallfont{
font-size: 11px;
}
.largefont{
font-size: 16px;
}
img.imgspecial {
	border: 2px solid #444444;
}
