/* index.html */
#page1 #content .row-1 .col-1 {width:242px;margin-right:6px}
#page1 #content .row-1 .col-2 {width:242px;margin-right:6px}
#page1 #content .row-1 .col-3 {width:242px;margin-right:6px}
#page1 #content .row-1 .col-4 {width:242px}
#page1 #content .row-2 .col-1 {width:195px;margin-right:53px}
#page1 #content .row-2 .col-2 {width:657px}
#page1 #content .row-3 .col-1 {width:460px;}
#page1 #content .row-3 .col-2 {width:460px;}

/* index-1.html */
#page2 #content .col-1 {width:195px;margin-right:53px;padding-top:10px}
#page2 #content .col-2 {width:657px}
/* index-2.html */
#page3 #content .col-1 {width:284px;margin-right:31px}
#page3 #content .col-2 {width:129px;margin-right:31px}
#page3 #content .col-3 {width:129px;margin-right:31px}
#page3 #content .col-4 {width:129px;margin-right:31px}
#page3 #content .col-5 {width:129px}
/* index-3.html */
#page4 #content .row-1 .col-1 {width:242px;margin-right:6px}
#page4 #content .row-1 .col-2 {width:242px;margin-right:6px}
#page4 #content .row-1 .col-3 {width:242px;margin-right:6px}
#page4 #content .row-1 .col-4 {width:242px}
#page4 #content .row-2 .col-1 {width:195px;margin-right:53px}
#page4 #content .row-2 .col-2 {width:407px;margin-right:53px}
#page4 #content .row-2 .col-3 {width:193px}
/* index-4.html */
#page5 #content .col-1 {width:195px;margin-right:53px;padding-top:10px}
#page5 #content .col-2 {width:657px;padding-top:10px}
/* index-5.html */
#page6 #content .col-1 {width:195px;margin-right:53px;padding-top:10px}
#page6 #content .col-2 {width:653px;padding-top:10px}

aside .col-1 {width:122px;margin-right:71px}
aside .col-2 {width:96px;margin-right:96px}
aside .col-3 {width:112px;margin-right:82px}
aside .col-4 {width:136px;margin-right:60px}
aside .col-5 {width:130px}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.col1{color:#CCCCCC; background-color:#000000;}
.col2, .col2 a{color:#FFFFFF; background-color:#B2C629;}
/*.col2, .col2 a{color:#FFFFFF; background-color:#B2C629;background-image:url(../images/pagination-bg.jpg);}*/
.col3{color:#777777; background-color:#FFFFFF;}
.col3 a{color:#95AD19; background-color:#FFFFFF;}
.col4{color:#FFFFFF; background-color:#000000;}
.col4 a{color:#95AD19; background-color:#000000;}
.col5, .col5 a{color:#333333; background-color:#95AD19;}

