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

body {
background-image:url(retro/background.png); 
background-repeat:repeat-x; 
background-color: #EAF1F6;
margin: 0px;
}

/*HOLDERS*/
.outer {
width:833px;
margin:auto; 
display:table;  
}

.inner {
width:auto;
margin:0px;
}
/*END HOLDERS*/

/*CONTENT ELEMENTS*/
#content
{
background-image:url(retro/content_holder_bg.png);
float: right;
width: 405px;
}

.content_holder {
margin-top: 120px;
padding-left: 17px;
}

.content {
width: 380px;
font-family: trebuchet ms;
font-size: 12px;
}


/*PICK A LAYOUT*/
#picklayout
{
background-image:url(retro/picklayout.gif);
background-repeat: no-repeat;
float: right;
width: 405px;
}

.picklayout_holder {
margin-top: 50px;
padding-left: 17px;
}

.picklayout {
width: 380px;
font-family: trebuchet ms;
font-size: 12px;
}

.default_layout 
{margin: 1px;}

.blue_layout {
margin: 1px;
}

.orange_layout {
margin: 1px;}

.retro_layout {
display:none;
}

a:link img {filter:alpha(opacity=30);}
a:visited img {filter:alpha(opacity=30);}
a:hover img {filter:none;}

.layout_link {border: 1px solid #cccccc;}

/*OTHER ELEMENTS */

.image {
float:left;
width: 100px;
font-family: trebuchet ms;
font-size: 12px;
background-image:url(retro/main.png);
width: 428px;
height: 1044px;
}

/*FOOTER */
#footer
{
clear:both;
float:left;
}

.footer_holder {
margin-top: 50px;
padding-left: 30px;
margin-bottom: 20px;
}

.footer {
width: 380px;
font-family: trebuchet ms;
font-size: 10px;
color: #A2A2A2;
}

.footer a:link {color: #87BBDE; text-decoration: none;}
.footer a:visited {color: #87BBDE; text-decoration: none;}
.footer a:hover {color: #87BBDE; text-decoration: underline;}

/*STYLES*/

h1 {font-size: 18px;}

.quote {padding-left: 5px; margin: 1px; border-left: 5px solid #333333;}

b{font-size: 14px;}
i{font-weight: bold; color: #3C74A0;}
