/* ============ LAYOUT ============= */

body, html 
	{
	padding:0; 
	margin:0 auto; 
	height:100%; 
	overflow-y:auto; 
	background: url('') #f7f2dc;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif; 
	}
#main 
	{
	margin: 0 0 20px 20px; 
	width:662px; 
	padding: 0px;
	z-index: 10;
	}
#side 
	{
	display:block; 
	top:0px; 
	left:715px; 
	width:250px; 
	position:fixed; 
	padding: 0; 
	z-index: 5;
	}
#third 
	{
	display:block; 
	top:40px; 
	left:930px; 
	width:130px; 
	position:fixed; 
	padding: 0; 
	z-index: 5;
	}
* html #side 
	{
	position:absolute;
	}
* html #third 
	{
	position:absolute;
	}
	
/* ============= MAIN AREA ============== */

p.big
	{
	font: 900 40px Arial, sans-serif;
	color: #ff2b0f;
	margin: 15px 0 0 0;
	padding-bottom: 4px;
	letter-spacing: -3px;
	}
p.title
	{
	font: 10px Arial, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin: 15px 0 0 0;
	padding-bottom: 4px;
	letter-spacing: 1px;
	}
p.description
	{
	font: 12px 'Trebuchet MS', Helvetica, Arial, sans-serif;
	color: #888888;
	margin: 0 42px 7px 0;
	}
p.foot
	{
	font: 10px Arial, sans-serif;
	border-bottom: 30px solid #444444;
	color: #565656;
	margin: 0 2px 22px 0;
	padding-bottom: 3px;
	}
img.left
	{
	margin: 2px 16px 12px 0;
	}
img.basic
	{
	margin: 2px 0 12px 0;
	}
img.leftthesis
	{
	margin: 2px 12px 12px 0;
	border: 1px solid #efe8d1;
	}
img.basicthesis
	{
	margin: 2px 0 12px 0;
	border: 1px solid #efe8d1;
	}
img.center
	{
	display: block;
	margin: 30px auto 12px auto;
	}
img.gifmania_left
	{
	margin: 12px 53px 36px 0;
	}
img.gifmania_basic
	{
	margin: 12px 0 36px 0;
	}
a
	{
	text-decoration: none;
	color: #222222;
	}
a:hover
	{
	color: #ff2b0f;
	}
a.name
	{
	text-decoration: none;
	color: #000;
	}

span.s
	{
	font-family: monospace;
	color: #af7768;
	}
	
/* ============= SIDE AREA ============== */

a.sidelink
	{
	text-decoration:none;
	color: #ffffff;
	background-color: #e3dfcb;
	padding: 2px;
	margin: 0 auto auto 4px;
	font: 900 14px/23px sans-serif;
	letter-spacing: 3px;
	}
a.sidelink:hover
	{
	color: #ff2b0f;
	background-color: #eeeeee;
	letter-spacing: 4px;
	}
p.sidenote
	{
	margin: 40px auto 4px 4px;
	}
span.sidenotebg
	{
	padding: 2px;
	font: 11px/18px sans-serif;
	color: #555555;
	background-color: #bebbac;
	}

/* ============= THIRD AREA ============== */

img.recent
	{
	margin: 15px auto auto 0;
	border: none;
	border-bottom: 3px solid #f7f2dc;
	}
a.image img
	{
	text-decoration:none;
	}
a.image:hover img
	{
	border-bottom: 3px solid #ff2b0f;
	}
p.note
	{
	margin: 0 auto 11px 0;
	color: #aaaaaa;
	font: 10px/10px Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	}