/* CSS Document 2009 Moonpixel www.moonpixel.com */
/*=================MAIN START==============*/

.tt1 {background:#FF0000;}
.tt2 {background:#FF00FF;}
.tt3 {background:#FFFF00;}

html {background:#AAA;color:#333;}

body {font: 13px/1.5 Myriad, Arial, sans-serif;}

a:focus {outline: 1px dotted invert;}

a:link {color:#000; text-decoration:none;}
a:visited {color:#000; text-decoration:none;}
a:hover {color:#000; text-decoration:none;}
a:active {color:#000; text-decoration:none;}

#footer a:link {color:#000; text-decoration:none;}
#footer a:visited {color:#000; text-decoration:none;}
#footer a:hover {color:#FFF; text-decoration:none;}
#footer a:active {color:#FFF; text-decoration:none;}

hr {border-color: #ccc; border-style: solid; border-width: 1px 0 0; clear: both; height: 0;}

p { }

h1 {font-size: 25px;}
h2 {font-size: 23px;}
h3 {font-size: 21px;}
h4 {font-size: 19px;}
h5 {font-size: 17px;}
h6 {font-size: 15px;}

.xxsmall {font-size: 10px;}
.xsmall {font-size: 12px;}
.small {font-size: 14px;}
.medium {font-size: 16px;}
.large {font-size: 22px;}
.xlarge {font-size: 26px;}
.xxlarge {font-size: 32px;}

ol {list-style: decimal;}
ul {list-style: square;}
li {margin-left: 30px;}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {margin-bottom: 20px;}

#wrapper {overflow:hidden;}

/*RED*/ .color1 {color:#F00;}

.marginLeft {margin-left:20px;}
.marginRight {margin-right:20px;}
.marginTop {margin-top:20px;}
.marginBottom {margin-bottom:20px;}
.marginLeftHalf {margin-left:10px;}
.marginRightHalf {margin-right:10px;}
.marginTopHalf {margin-top:10px;}
.marginBottomHalf {margin-bottom:10px;}
.marginBottomNone {margin-bottom:0;}

.contentImageLeft {float:left;}
.contentImageRight {float:right;}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.textLeft {text-align:left;}
.textRight {text-align:right;}

/*=================MAIN END==============*/

/*=================HEADER START==============*/

#header {background:#CCC;}

/*=================HEADER END==============*/

/*=================CONTENT START==============*/

#content {background:#CCC;}

/*======LEFT COLUMN START======*/

#leftColumn { }

#menuSide {float:left;}

#content #menuSide ul {list-style:none;} 
#content #menuSide ul li {font-size:16px;}

/*======LEFT COLUMN END======*/

/*======MAIN COLUMN START======*/

#mainColumn {float:left;}

/*======MAIN COLUMN END======*/


/*======RIGHT COLUMN START======*/

#rightColumn { }

/*======RIGHT COLUMN END======*/

/*=================CONTENT END==============*/

/*=================FOOTER START==============*/

#footer {background:#BBB;text-align:center;}

/*=================FOOTER END==============*/


