/* andreas05 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com/ . Free to use for any purpose as long as the proper credits are given for the original design work.
Version: 2.0, July 15, 2006 */

/* General tags */
*{margin:0; padding:0;}
body{background:#ccc url(images/bodybg2.jpg) repeat; font:76% verdana,tahoma,sans-serif;}
a{background-color:inherit; color:#083e70; font-weight:bold; text-decoration:none;}
a:hover{text-decoration:underline; color:#285e90;}
p{margin:0 0 16px 0;}
a img { border: 0px; }

/* Headers */
h1{color:#333; font-size:3.3em; letter-spacing:-3px; margin:0; text-align:right;}
h2{line-height:40px;}
h2#subtitle{ color:#000; text-align:left; line-height:8px; position: relative; top:-27px; font-size:18px; }

/* IDs */
#title{margin:20px auto -10px; width:750px;}
#container{background:#fff bottom left no-repeat; border:5px solid #444; color:#444; margin:0 auto 15px; padding:10px; width:750px; line-height:1.3em;}
#logo{margin-top:10px; width:750px; position:relative;}
#logo img{width:112px; height:60px; position:absolute; top:-52px;}
#credits{text-align:center;}
#example{float:right;}
table{margin-bottom:20px;}