@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body {background: #0067d0 url(../img/bg.gif) top repeat-x; width: 100%;}
body {font: normal 14px/1.4 Tahoma, Helvetica, sans-serif; color: #ffffff;}

a:link {color: #fcee3c;	text-decoration: underline;}
a:visited {color: #fa3cfc; text-decoration: none;}
a:hover {color: #6ec200; text-decoration: none;}
a:active {color: #5ea7f1; text-decoration: underline;}

#header {background: url(../img/header.jpg) top no-repeat; width: 1000px; height: 225px; margin: 0 auto;}

#intro {width: 200px; position: relative; top: 35px; left: 760px;}
#intro h1 {font-size: 14px; font-weight: bold; text-align: center; padding: 0; margin: 0; color: #fff;}
#intro h1 span#name {font-size: 21px; font-weight: bold; text-align: center; padding: 0; margin: 0; color: #fb0049;}
#intro p {font-size: 10px; text-align: center; padding: 0; margin: 0;}

#wrapper {width: 1000px; margin: 0 auto;}
#wrapper h1 {font-size: 30px; font-weight: normal;  text-align: center; margin: 0 0 5px 0; padding: 0;}
.highlight {color: #fcee3c;}
.thumbs img {border: 4px solid #ffffff; margin: 1px; width: 240px; height: 180px;}
.thumbs a:link img {border: 4px solid #ffffff;}
.thumbs a:visited img {border: 4px solid #ff00fc;}
.thumbs a:hover img {border: 4px solid #ff0000;}
.thumbs a:active img {border: 4px solid #ff0000;}

#footer {background: url(../img/footer.gif) top no-repeat; width: 1000px; height: 60px; margin: 0 auto;}
#footer table, tr, td {border: none; margin: 0; padding: 0;}
#copyright {font-size: 12px; margin: 15px 0 0 10px;}
#rights {font-size: 10px; margin: 3px 0 0 10px;}
#webmaster {font-size: 12px;  text-align: right; margin: 5px 10px 0 0;}