@charset "UTF-8";
/* CSS Main style sheet for NickyShane.com */ 

body{
margin:0;
padding:0;
background:#383647;
line-height: 5.0em;
font: 13px Verdana, Helvetica, sans-serif;
color: #4f4f4f;
height: 100%;
}

A:link {font: bold; text-decoration: none; color: #2e6692;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #2e6692;}


b{font-size: 110%;}
em{color: red;}

h1 {
font: bold 13px Verdana, Helvetica, sans-serif;
color: #4f4f4f;
}

#maincontainer{
background: url(../images/bg_main.jpg) repeat-y;
width: 870px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: white url(../images/headers/home_header.jpg) repeat-x bottom left;
height: 108px; /*Height of top section*/
width: 830px; /*Width of main container*/
margin-left: 20px; /*Set left margin to -(MainContainerWidth)*/
text-align: center;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 435px; /*Set left margin to LeftColumnWidth*/
height:100%;
}

#leftcolumn{
float: left;
background: url(../images/home_bg_left.jpg) no repeat-x top left;
width: 415px; /*Width of left column*/
height: 100%;
margin-left: -870px; /*Set left margin to -(MainContainerWidth)*/
}

#footer{
background:  url(../images/footer.jpg) repeat-x top left;
clear: left;
width: 100%;
width: 870px;/*Set left margin to -(MainContainerWidth) minus the shadows on either side.*/
margin-left: 0px; /*(20 for shadow)*/
color: #FFF;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-align: center;
padding: 0px 0;
height: 40px; /*Height of footer section*/
}

/* INNERTUBES */


.innertube_main_home{
margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:  0px;
margin-right: 0px;
}

.innertube_main_underheader{
margin-left: 144px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:  -22px;
margin-right: 0px;
}

.innertube_main__newsflash{
margin-left: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top:  0px;
margin-right: 0px;
}

.innertube_right_home{
margin-left: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}
