/* REMOVE STANDARD FORMATTING FROM HTML ELEMENTS */

body {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size:100%;
}

form, select, input, textarea, optgroup {
	margin: 0;
	padding: 0;
	font-size:100%;
	font: 1em Arial, helvetica, sans-serif;
}

/* LAYOUT AND STRUCTURE */

body { 
	font: 14px Cambria, Georgia, Times New Roman, serif; 
	background: url(i/body.png) repeat top center;
}  

a { color: #a47650; text-decoration: none; font-weight: bold;}
a:hover { text-decoration: underline; }


#container {
	width: 960px;
	margin: 0 auto;
}
	
#banner, #content {
margin: 0 10px;
}


/* BANNER */

	#banner {
		height: 360px;
		overflow: hidden;
background: transparent url(i/description.png) no-repeat right 60px;
	}
#banner h1 {
padding-top: 30px;
}
	#banner h1 a {
background: transparent url(i/logo.png) no-repeat top left;
display: block;
float: left;
width: 299px;
height: 297px;
		text-indent: -999em; /* Image replacement for title */
	}
#banner h1 a:hover {
position: relative;
top: -1px;
}
#banner h1 a:active {
position: relative;
top: 1px;
}

#right {
	float:right;
	width: 540px;
}
#left {
	float:left;
	width: 300px;
}


.column-inner { padding: 8px; }
#left .column-inner { padding-right: 25px;}

.column h2 { 
text-indent: -999px; 
margin-bottom: 12px;
height: 20px;
}

.now-studying h2 {
background: transparent url(i/h_currentlystudying.png) no-repeat top left;
}
.now-studying p {
font-size: 16px;
}

.column p, .column dd {
	margin: 5px 0 12px 0;
	color:#333;
	line-height: 1.4;
}


.column-1,
.column-2 {
float: left;
color: #45677f;
}
.column-1 {
width: 300px;
}
.column-2 {
width: 200px;
}

.column-1 dt,
.column-1 dd {
margin-right: 100px;

}
.column dt {
margin-top: 6px;
font-weight: bold;
font-size: 13px;
}
.column dd {
font-size: 11px;
}



.coming {
clear: both;
padding-top: 20px;
}

/* FOOTER STYLING */

#footer {
	clear:both;
	color: #555;
	font-size:80%;
}
#footer ul {
	list-style: none;
	text-align:center;
	padding: 20px 0;
}
#footer li {
	display: inline;
}

#description {
padding: 8px 10px;
margin: 95px 25px 0 427px;
}
#description h2 {
position: absolute;
text-indent: -9999px;
}
#description p {
color:#173449;
line-height:1.6;
font-size:16px;
text-align:justify;
}
.entry {
border-bottom:solid 1px #ddd;
margin-bottom:8px;
}
h3 {
letter-spacing: -1px;
}
h3 span {
font-size: 11px;
}
#thefirst {
background: #eaefff;
padding: 12px 13px 0 13px;
}
#thefirst h3 {
font-size: 20px;
}
#thefirst p a {
display: block;
}

#thefirst p {
font-size: 14px;
}
#thefirst h3 span {
display: block;
font-size: 12px;
}
