




body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
			/* min-width:600px; Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	background-color: transparent; 
	background-attachment: fixed; 
	background-image: url('images/rub2.jpg'); 
	background-repeat: no-repeat;
}

#wrapper {
    width: 100%;
    min-width: 200px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 1px;   
		}

p.coast {
			text:50%;
			color:#00d5ff;
		}



a {
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

a:hover {
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	text-decoration: none;
	font-weight: bold;
	color: #A33F0B;
}
}
h1, h2, h3 {
	margin:1.5em 0 .2em 0;
	padding:0;
}
p {
	margin:2.4em 0 .8em 0;
	padding:0;
}
img {
	margin:5px 0 5px;
}

/*
#ads img {
	display:block;
	padding-top:5px;
}
*/

/* Header styles */

#header {
	clear:both;
	float:left;
	width:100%;
	position:relative;
}
#headright{
	width:100px;
  	height:100px;
  	background-color:transparent;
  	position:absolute;
  	bottom:0px;
  	right:40px;
}

#header p,
#header h1,
#header h2 {
	padding:0 15px 0 25px;
	margin:0;
}
/* 'widths' sub menu */

#layoutdims {
	width:90%;
	height: 5px;
	clear:both;
	background:transparent;
	margin:0;
	padding:10px 40px !important;
	text-align:center;
}
		/* column container */
		.colmask {
			position:relative;	/* This fixes the IE7 overflow hidden bug */
			clear:both;
			float:left;
			width:100%;			/* width of whole page */
			overflow:hidden;		/* This chops off any overhanging divs */
		}
		/* common column settings */
		.colright,
		.colmid,
		.colleft {
			float:left;
			width:100%;			/* width of page */
			position:relative;
		}
		.col1,
		.col2,
		.col3 {
			float:left;
			position:relative;
			padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
			overflow:hidden;
		}
		/* 3 Column settings */
		.threecol {
			background: transparent;		/* right column background colour */
		}
		.threecol .colmid {
			right:15%;			/* width of the right column */
			background: transparent; 		/* center column background colour */
		}
		.threecol .colleft {
			right:70%;			/* width of the middle column */
			background: transparent;	/* left column background colour */
		}
		.threecol .col1 {
			width:66%;			/* width of center column content (column width minus padding on either side) */
			left:102%;			/* 100% plus left padding of center column */
		}
		.threecol .col2 {
			width:11%;			/* Width of left column content (column width minus padding on either side) */
			left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		}
		.threecol .col3 {
			width:11%;			/* Width of right column content (column width minus padding on either side) */
			left:95%;			/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
		}
		
		
	.col1 p { 
	text-align:center; /*good controls paragraph at bottom index page*/
	padding-top: 0;   /*good*/
	line-height:140%;	/*good*/
	width:100%;			/*good*/
	clear: both;
}





.col2 p { 
	text-align:center; /*good controls paragraph at bottom index page*/
	padding-top: 0;   /*good*/
	line-height:100%;	/*good*/
	margin-top: 22px;			
	font-weight: bold;
	color: #FF0000;
	font-size: 36px;	
}

.col3 p { 
	text-align:center; /*good controls paragraph at bottom index page*/
	padding-top: 0;   /*good*/
	line-height:100%;	/*good*/
	margin-top: 22px;			
	font-weight: bold;
	color: #000;
	font-size: 36px;
	
}
p.coast
{
color: #234DF7;
	font-size: 28px;
}


	.parent {
  width:700px;
  height:410px;
  background-color:transparent;
  position:relative;
   
	

}
 
.child {
  width:500px;
  height:350px;
  background:transparent;
  position:absolute;
  bottom:10px;
  right:100px;
  
}	
		
	.scroll {
	overflow:auto;
  	width:500px;
  	height:350px;
  	text-align:left;  	
  	padding-right: 30px;
  	
  	
  	
}	
.scroll h1 {
	  	font-size:140%;
		font-style: italic;
		color: #609074;
		

}	
.scroll h2 {
	  	font-size:120%;
		font-style: italic;
		color: #609074;
		

}	



.scroll p {
	  	font-size:14px;
	  	text-align:left; /*good controls text in scroll page*/

color: #000;

}	

	.col1 img { 
	 
	float: left;  
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 30px; 
	margin-bottom: 30px; 
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 7px 7px 7px;
	-moz-box-shadow: #666 7px 7px 7px;
	box-shadow: #666 7px 7px 7px;
	background: #FFF;
	behavior: url("../pie/PIE.htc");
	
	#contentwriting {
    width:400px;
  	height:300px;
   	position:absolute;
  	margin-left: 115px;
    margin-top: 75px;
    background: transparent;
    line-height:120%;
    background-attachment: fixed; 
	background-image: url('images/classfade.gif'); 
	background-repeat: no-repeat;
}

}
	
		
		
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
}
#footer p {
	padding:0;
	margin:0;
	font-size:80%;
}