/*Main CSS for http://sfu.ca/~scyang/ */
body {
	background: url('../img/darkdenim3.png') repeat 0 0 #555;
	font-size:80%;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", sans-serif;
}

table {
	font-size: 1em;
}

h1{
	font-size:250%;
	margin-bottom: -20px;
}

/*CSS for web pages layout (mainly header, main, and footer)*/
#header {
	background: url('../img/background.png') repeat 0 0 #555;
	
	 opacity: .95; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	
	width:1200px;
	margin: 0 auto;
	height: 120px;
	position:relative;
	padding:0.2px;
	font-weight:bold;
	
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	
	/*depending on web browsers*/
	-moz-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	 box-sizing: border-box; 

	
}

#header_left{
	font-family: 'Henny Penny', cursive;
	margin-left:20px;
	float:left;
	width:600px;
	margin-right: 20px;
	color:silver;
}

#header_right{
	font-family:"Cutive Mono","Helvetica", cursive, sans-serif;
	margin-left: 580px;
	padding-top: 80px;
	position:relative;
	width:600px;
	color:silver;
}

#main {
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}

#main_section {
	background: url('../img/background-pattern.png') repeat 0 0 #555;
	padding: 15px;
	margin: 15px;
	margin-left:0px;
	float:left;
	width:900px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	 box-sizing: border-box; 
		
}

#footer {
	background: url('../img/background-pattern.png') repeat 0 0 #555;
	width:1200px;
	margin: 0 auto;
	height: 60px;
	position:relative;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	padding:0.2px;
	-moz-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	 box-sizing: border-box; 
}

.aside{
	background: url('../img/background-pattern.png') repeat 0 0 #555;
	padding:15px;
	margin-top: 15px;
	float:right;
	width: 280px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-sizing: border-box;
 	-o-box-sizing: border-box;
 	-ms-box-sizing: border-box;
 	 box-sizing: border-box; 
		
}

.img1{
	margin-right:15px;	
}

.title{
	font-size:200%;
}

.paragraph1{
	font-size:12pt;
	font-family:"Cutive Mono","Helvetica", cursive, sans-serif;
}

.menu {
	
}

.class {
	font-size:150%;
	padding: 15px;
}


a {
	text-decoration: none;
}

ul {
	font-size:12pt;
	font-family:"Cutive Mono","Helvetica", cursive, sans-serif;
}
