/* Start of CMSMS style sheet 'main' */
body
{
                margin:0px;
                padding:0px;
                background-color: #f9f9eb;
	background-repeat: repeat-x;
	color: black;
                font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
	font-family: Helvetica, "Bitstream Vera Sans", sans-serif;
}

h1
{
	font-family: Helvetica, cambria, arial;
                font-size: 25px;
                margin: 0;
	padding-bottom: 15px;
}

h2
{
	margin: 0;
	padding: 0;
    font-size: 1.3em; /* 16px x .75 = 12px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */
}

h3
{
	margin: 0;
	padding: 0;
    font-size: 1.4em; /* 16px x .75 = 12px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */
	color: #9CCB19;
}

em
{
	color: red;
}

a
{
	color: #5C3317;
}

#leftcolumn ul
{
	margin: 0;
	padding: 15px;
	list-style: none;        
                    font-size: 15px;
                    font-color: #261d0e; 
}
#leftcolumn li
{
	margin-top: 10px;
}
#leftcolumn li a
{
                font-weight: bold;	
                text-decoration: none;
                color: #261d0e; 
}
#leftcolumn li a:hover
{
	text-decoration: none;
                color: #fff8dc;
                background-color: #ca0000;
}
#leftcolumn li a:active
{
	font-weight: bold;
	text-decoration: none;
                color: #fff8dc;
                background-color: #fff8dc;
}


#maincontainer
{
	width: 925px; /*Width of main container*/
                margin: 0 auto; /*Center container on page*/
    font-size: 0.75em; /* 20px x .75 = 15px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */
    border: none;
    background-color: #f9f9eb;

}

#topsection
{
	height: 140px; /*Height of top section*/
}


#topsection h1
{
	margin: 0px;
	padding-top: 0px;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin: 0 0 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn
{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -925px; /*Set margin to that of -(MainContainerWidth)*/
	border-right:1px solid #926944;
}

#footer
{
	clear: left;
	width: 100%;
	height: 40px;
                padding-bottom: 10px;
}

.innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
                width: 675px;
}

.albumname
{ 
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: 1em;

}
.albumpicturecount
{ 
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
font-size: .95em;

}

a img {
	border: none;
}


/* End of 'main' */

