
/*     TEXT STYLING     */

a {
text-decoration: none;
}

a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover {
text-decoration: none;
color: #993300;
}


p {
font-family: arial, sans-serif;
font-size: 12px;
text-align: justify;
color:#333333;
margin: 0px;
padding: 10px 0px 0px 30px;
line-height: 140%;
width: 400px;
}

h1 {
font-family: arial, sans-serif;
margin: 0px;
padding: 5px 60px 0px 30px;
text-align: right;
font-size: 140%;
font-weight: bold;
color: #FFFFFF;
clear: both;
}

h2 {
font-family: tahoma, arial, sans-serif;
font-size: 150%;
font-weight: bold;
color: #333333;
margin: 0px;
padding: 25px 0px 0px 20px;
}

p.backlink {
text-align: left;
line-height: 140%;
font-size: 95%;
margin: 10px 0px 0px 15px;
padding: 10px 0px 10px 0px;
}

p.design {
float: left;
margin: 0px 0px 0px 100px;
padding: 10px 0px 0px 0px;
}





/*     LAYOUT     */

body {
font-family: arial, sans-serif;
font-size: 12px;
text-align: center;
background: #ffffff url(../img/bodybg.jpg) repeat-x top center;
height: 100%;
margin: 0px auto;
padding: 0px;
}

div.container {
width: 760px;
margin: 0px auto;
padding: 0px;
}

div.header {
background: url(../img/photos.jpg) no-repeat top left;
width: 760px;
height: 218px;
}

div.maincol {
float: left;
width: 450px;
text-align: left;
}

div.rightcol {
float: left;
width: 280px;
margin: 30px 0px 30px 10px;
padding: 0px;
text-align: left;
border-left: 1px dashed #CCCCCC;
}

img.logo {
float: right;
margin: 45px 45px 0px 0px;
}

img.floatleft {
float: left;
margin: 0px 0px 20px 32px;
}

img.floatright {
float: right;
margin: 0px 25px 10px 0px;
}

div.rounded {
float: left;
width: 200px;
/*height: 190px;*/
margin: 0px 0px 10px 4px;
padding: 0px;
text-align: left;
}

div.rounded p {
width: 200px;
}

div.rounded a {
color:#333333;
}

div.rounded a:link {
color:#333333;
}

div.rounded a:visited {
color: #333333;
}

div.rounded a:hover {
text-decoration: underline;
color: #000000;
}



div.footer {
clear: both;
width: 760px;
height: 40px;
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 0px;
background: #336699;
border-top: 6px solid #6699CC;
text-align: left;
}

div.footer p {
float: left;
width: 300px;
font-size: 85%;
color: #FFFFFF;

}

div.footer a {
color:#333333;
}

div.footer a:link {
color:#FFFFFF;
}

div.footer a:visited {
color:#FFFFFF;
}

div.footer a:hover {
text-decoration: none;
color: #CCCCCC;
border-bottom: 1px dashed #CCCCCC;
}