		#blink {
		text-align:center;
		background:white;
		color:#F00;
		margin: 0 auto;
		padding:15px;
		border: 1px solid blue;
		width: 560px;
		box-shadow: 2px 7px 3px #fffc;
		border-radius :5px 0;
		}

		#blink span {
		font-size:2em;
		font-weight:bold;
		display:block;
		font-family: arial;
		}

		* { margin:0px; padding:0px;}
		body { background-color:#0cda99;}
		#wrapper { width:1000px; height:600px; margin:auto;}
		
		#header { height:100px; width:100%;}
			.test{ margin-top:30px; font-size:56px; color:#333;font-family:'collegues';}
		
		#menu { height:50px; background-color:#940cda;}
			#menu ul li { list-style:none; float:left; width:250px; height:50px;}
			#menu ul li a {display:block; font-size:18px; text-align:center; color:#000; text-decoration:none; line-height:50px; font-family:'quichsand';}
			
		#content { height:600px; background-color:#fff;}
			#content_left { height:540px; width:670px; border-right:1px solid #CCC; float:left; padding:30px;}
			#content_left h1 { margin-top:10px; margin:20px; font-family:'quichsand';}
			#content_left img {float:left; margin-left:10px; margin-right:20px;}
			#content_left p { text-align:justify;}
		
			#content_right { height:540px; width:200px; float:right; text-align:center; padding:30px;}
				#content_right h1 {margin-bottom:20px; text-align:center;}
				#prof_pic {height:150px;}
				#author_name {line-height:30px;}
				#author_date { color:#333; font-weight:lighter; line-height:30px;}
				#author_desc { line-height:22px;}
				
			#footer { height:35px; background:#940cda; border-bottom:2px; solid #ff4d2f;}
			#copy_right { float:right; color:#fff; width:400px; line-height:10px; text-align:right; margin-right:20px;}
			
@font-face {
	font-family:'collegues';
	src:url(fonts/coolvetica%20rg.ttf);
}
@font-face {
	font-family:'quichsand';
	src:url(fonts/quicksand-regular-webfont.ttf);
}
	