body{
	background-color: #b9e3f9;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, sans serif;
	font-size: 100%;
}

h1{
	margin: 0;
	padding: 0;
}

p{
	margin: 5px 0px;
	padding: 0px;
	font-size: .8em;
}

a{
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}

p a{
	font-size: 1em;
}


/*Wrapper*/
div#wrapper{
	border: solid, red, 1px;
	width: 794px;
	margin: auto;
	text-align: left;
}

div#wrapper img#edge_image{
	position: relative;
	right: 104px;
	float: left;
	border: solid red 1px;
}


/*Header*/
div#header{
	width: 796px;
	position: absolute;
	top: 0px;
	z-index: 0;
	background-image: url(images/header_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

div#header img{
	position: relative;
	right: 104px;
	float: left;
}


/*Top Menu*/
div#top_menu{
	position: absolute;
	width: 250px;
	height: 40px;
	top: 50px;
	right: 15px;
	text-align: right;
	color: #fff;
}

div#top_menu a{
	padding: 0px 7px;
	color: #fff;
	text-decoration: none;
}

div#top_menu a:hover{
	color: #000;
	text-decoration: underline;
}

/*Content*/
div#content{
	position: absolute;
	top: 86px;
	z-index: 1;
	min-height: 260px;
	width: 794px;
	background-image: url(images/content_tile.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

div#content_bottom{
	background-image: url(images/content_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	min-height: 374px;
}

*html body div#content_bottom{
	height: 374px;
}

div#left_bar{
	/*float: left;*/
	background-image: url(images/left_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 15px 0px 20px;
	padding-top: 55px;
	width: 461px;
}

* html body div#left_bar{
	float: left;
	width: 460px;
	padding: 5px 10px 0px 20px;
	padding-top: 55px;
	/*background: red;*/
}

div#right_bar{
	float: right;
	background-image: url(images/right_top.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 50px;
	width: 307px;
	margin-right: -2px;
}

* html body div#right_bar{
	width: 306px;
	/*background: green;*/
}

div#right_bar_inner{
	background-image: url(images/smiley_man.gif);
	background-position: center 10px ;
	background-repeat: no-repeat;
	min-height: 400px;
}

* html body div#right_bar_inner{
	height: 400px;
}

div#right_bar p{
	margin: 0px 15px 0px 10px;
	padding-top: 5px;
}


/*Portfolio*/
div#portfolio_menu{
	text-align: right;
	color: blue;
	padding-right: 15px;
	margin: 5px 0px 5px 0px;
}

div#portfolio_menu a{
	color: blue;
	text-decoration: none;
}

div#portfolio_menu a:hover{
	text-decoration: underline;
	color: #e81e1e;
}

div.thumbnail{
	float: left;
}

div.thumbnail img{
	border: solid black 1px;
	margin: 5px 10px;
}

img#portfolio_image{
	margin: 5px;
	border: solid black 1px;
}


/*Footer*/
div#footer{
	background-color: #b9e3f9;
	text-align: center;
}

div#footer p{
	margin: 0;
}


/*Other elements*/
div.clear{
	clear: both;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

