* {
    padding: 0;
    margin: 0;
} 

body {
background: #98add1;
font-family:"Trebuchet MS", "Arial", Sans-Serif;
font-size: 13px;
padding: 0;
margin: 0;
color: #444;
line-height: 17px;
}

img { border: none; }
a { color: #33548d; }
a:hover { text-decoration: none; color : #666; }
h3 { border-bottom: 1px dotted #444; color: #444; padding-bottom: 4px; margin: 14px 0 7px 0; font-weight: 100; font-size: 22px; letter-spacing: -1px;}
h3 a { text-decoration: none; font-size: 22px; letter-spacing: -1px; }
h3 a:hover { color: #666; }

#wrap {
width: 800px;
margin: 20px auto;
}

#top { 
background: url(images/top.jpg) no-repeat;
padding: 10px 0 0 0;
}

#header {
background: url(images/content.jpg) repeat-y;
}
#header h1 {
font-size: 38px;
font-weight: 600;
padding: 40px 0 0 33px;
}
#header h1 a {
color: #000;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
}

#header h2 {
font-size: 16px;
color: #000;
padding: 9px 0 0 33px;
}

#menu {
height: 30px;
line-height: 30px;
background: #616161 url(images/menu.jpg) no-repeat;
padding-left: 30px;
}
#menu li
{
float: left;
list-style-type: none;
padding-right: 10px;
}
#menu li a{ 
color: #fff;
display: block;
text-decoration: none;
padding: 0 10px;
font-weight: 100;
}
#menu li a:hover {
background: #666;
}
#menu ul { }


#content { 
padding: 0 20px;
background: #616161 url(images/content.jpg) repeat-y;
}

#left {
padding: 10px 0 20px 0;
width: 520px;
float: left;
font-size: 13px;
text-align: justify;
}
#left h3 { border-bottom: 1px dotted #33548d; }
#left ul { margin-left: 20px; }
#right {

width: 200px;
float: right;
padding: 10px 0 20px 0;
}
#right h3 { color: #444; }
#right ul { list-style-type: none; padding: 10px 0 10px 0; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #33548d; font-weight: 100; display: block; text-decoration: none; font-size: 14px; border-bottom: 1px dotted #444; }
#right ul li a:hover { color : #666; }

#right ul li ul { margin-left: 20px; padding-top: 0px; }

#footer {
font-size: 12px;
color: #eee;
text-align: center;
height: 30px;
line-height: 30px;
background: #880000 url(images/footer.jpg) no-repeat;
}
#footer a { 
color: #eee;
}
#footer a:hover {
color: #aaa; 
text-decoration: underline; 
}

#bottom {
background: #616161 url(images/bottom.jpg) no-repeat;
padding: 5px 0;
}

div.image_border {
	float: right;
	margin-left: 10px; 
	margin-bottom: 10px;
	border: 3px solid #33548d;
	background-color: #33548d;
	color: #fff;
	text-align: center;
}

div.description {
	margin-top: 10px;
	margin-bottom: 10px;
}

.input{
	width: 200px;
}

.input_short{
	width: 50px;
}

.input_middle{
	width: 133px;
}

