body {
	padding: 20px 0;
	font-size: 84%;
	line-height: 1.4em;
	color: #000;
	font-family: verdana;
	background: #ddd;
}

a{
	color:#258FB8;
}

a:visited{
	color:#995899;
}

a:hover{
	color:#FF9900;
}

h3 {
	clear: left;
	margin: 12px 0;
	height:17px;
	border-left:solid 6px #000;
	border-bottom:solid 1px #000;
}

h3 span {
	position:absolute;
	display:block;
	text-indent:-2015px;
}

#wrapper{
	margin:0 auto;
	width: 740px;
	background: url(../images/wrapper_bg.png) repeat-y;
}

#header{
	position: relative;
	width: 740px;
	height: 70px;
	background: #fff url(../images/header_bg.png) no-repeat;
}

#header h1{
	position: absolute;
	top: 20px;
	left: 32px;
	display:block;
	background:url(../images/logo.gif) no-repeat;
}

#header h1 a{
	display:block;
	width:128px;
	height:29px;
}

#header h1 a span{
	position:absolute;
	display:block;
	text-indent:-2015px;
}

#content {
	padding: 30px 40px;
	width: 660px;
	background: url(../images/content_bg.png) top no-repeat;
}

#content:after { 
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0em;   
    clear: both;   
}

#sidebar {
	float: left;
	width: 180px;
	margin-right: 20px;
}

#profile{
	padding: 10px;
	width: 160px;
	height: 160px;
	text-align: center;
/*
	background: url(../images/profile_bg.png) no-repeat;
*/
}

#profile img {
	margin-bottom: 12px;
}

#profile .profile_name {
	margin-bottom: 12px;
	text-align: center;
	font-weight: 700;
}

#main {
	float: left;
	width: 460px;
}


.thumbnails li {
	float: left;
	display: inline;
	margin: 0 10px;
	padding: 5px;
	width: 120px;
	height: 120px;
	text-align: center;
/*
	background: url(../images/thumbnail_bg.png) no-repeat;
*/
}

.thumbnails img {
	margin-top: 8px;
	border: solid 1px #000;
}

.thumbnails:after { 
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0em;   
    clear: both;   
}

#footer {
	clear: both;
	padding: 0 40px;
	width: 660px;
	height: 45px;
	text-align: center;
	background: url(../images/footer_bg.png) bottom no-repeat;
}

h3.about{
	display:block;
	overflow:hidden;
	background:url(../images/h3_bg_about.gif) 10px 0 no-repeat;
}

h3.contents{
	display:block;
	overflow:hidden;
	background:url(../images/h3_bg_contents.gif) 10px 0 no-repeat;
}

h3.links{
	display:block;
	overflow:hidden;
	background:url(../images/h3_bg_links.gif) 10px 0 no-repeat;
}

.col {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 310px;
}

#error404{
	display:block;
	overflow:hidden;
	background:url(../images/h3_bg_404.gif) 10px 0 no-repeat;
}

#onetwothree{
	display:block;
	overflow:hidden;
	background:url(../images/h3_bg_123.gif) 10px 0 no-repeat;
}
