@charset "utf-8";
/* CSS Document */

body {
background:#9DACBF url(images/bg.jpg) repeat-y center;
}

strong {
color:#9DACBF;
font-size:21px;
font-family:"Trebuchet MS", Arial, sans-serif;
font-weight:bold;
line-height:30px;
}
a, a:link, a:visited {
color:#990000; 
text-decoration:underline;
}
a:hover, a:active {
text-decoration: none;
}
#container {
margin:0 auto 0 auto;
width:600px;
padding: 0 50px 20px 52px;
font-family: "Trebuchet MS", Arial, sans-serif;
font-size: 15px;
color:#000000;
line-height:22px;
}

.welcome {
text-align:center;
}
.imageleft {
float:left;
padding-right:30px;
}
.imageright {
float:right;
padding-left:30px;
}

.clear {
clear:both;
height:30px;
}