/* index.html */

#page1 .mainContent {width:650px}
#page1 #content .col-1{padding-left:150px}

#page1 #content .col-1, #page1 #content .col-2{width:200px;margin-right:65px}

#page1 #content .col-3 {width:200px}

/* about.html */
#page2 .mainContent {width:600px}
#page2 .aside {width:300px}
#page2 .box1 {width:200px}
#page2 #content .col-1, #page2 #content .col-2 {width:300px;margin-right:34px}
#page2 #content .col-3 {width:178px}


/* contacts.html */
#page5 .mainContent {width:600px}
#page5 .aside {width:269px}
#page5 #content .col-1 {width:87px}
#page5 #content .col-2 {width:175px}
#page5 #content .col-3 {width:87px}
#page5 #content .col-4 {width:175px}
#page5 .box{
	width: 550px;
	margin-left: auto;
	border: 250px;
	border: thin #666 solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-right: auto;
}


/* main content adjust */

#page3 #content {margin-left:20px}
