/* alex-geng.com / geng-bang.com: $r1 */
@import "fonts.css";
@import "elements.css";

body {
	background-image: url('/images/background.gif');
	background-repeat: repeat;
	background-color: #3f4115;
	margin:0px;
}
#container {
	width:512px;
	border:0px;
}
#top {
	background-image: url('/images/top.jpg');
	width:512px;
	height:53px
}
#teaser{
	background-image: url('/images/teaser.jpg');
	width:512px;
	height:170px
}
#menu{
	background-image: url('/images/menu_bg.jpg');
	width:512px;
	height:36px;
	padding-left:33px;
}
#header_left{
	background-image: url('/images/header_left.jpg');
	width:43px;
	height:35px
}
#header_center{
	background-image: url('/images/header_mid.jpg');
	width:427px;
	height:35px;
	padding-top: 5px;
}
#header_right{
	background-image: url('/images/header_right.jpg');
	width:42px;
	height:35px
}
#border_left{
	background-image: url('/images/border_left.jpg');
	width:43px;
	height:326px
}
#border_right{
	background-image: url('/images/border_right.jpg');
	width:42px;
	height:326px
}
#content{
    background-image:url('/images/background.jpg');
	background-color:#b1aa98;
	width:427px;
	height:326px;
	vertical-align:top;
}
#content_div {
	width:100%;
	height: 100%;
	overflow:auto;
}
#tail {
	background-image: url('/images/tail.jpg');
	width:512px;
	height:55px;
}
#footer {
	background-image: url('/images/bottom.jpg');
	width:512px;
	height:20px;
}
#subtitle {
    font-family:Tahoma, Verdana, Arial;
    color:#696b32;
    font-weight:bold;
    font-size:15px;
    text-transform:uppercase;
}
#portfolio {
    width:100%;
    background-image: url('/images/background2.jpg');
    background-repeat:no-repeat;
    height:326px;
    padding:10px 5px;
}
