/* This style was created by Morgan Attias */
/* All right reserved */

body 
{ 
	background-color:white; 
}

#content
{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	background-color:#ffffff;
}
#masthead
{
	width:430px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
#menu
{
	background-image:url(../tapped_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	width:230px;
	padding-top:40px;
	margin-top:10px;
	padding-bottom:90%;
	margin-right:40px;
}
a
{
	text-decoration:none;
	color:#000000;
}
#menu a:hover
{
	background-image:url("../page_go.png");
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	padding-bottom:3px;
}
#text_paper
{
	background-image:url(./paper_bg.jpg);
	background-repeat:no-repeat;
	background-position:200px 0px;
	min-height:700px;
	width:590px;
	padding-right:0px;
	padding-left:255px;
	padding-top:50px;
	margin-left:0px;
}
#portfolio, #nobgtext, #text
{
	padding-top:10px;
	margin-top:10px;
	margin-left:0px;
	min-height:500px;
	margin-left:255px;
}
#text a:hover, #portfolio a:hover
{
	text-decoration:underline;
}
.icon
{
	padding-top:15px;
	padding-bottom:15px;
	padding-left:35px;
	background-image:url(./images/icon.png);
	background-repeat:no-repeat;
	background-position:left;
}
#copyright
{
	padding-top:0px;
	text-align:center;
}
#copyright, #copyright a
{
	font-size:x-small;
}
#copyright a, h1
{
	color:#8B0000;
}

/* Sample PopBox CSS Classes */
/* PopBox.js, Copyright (c) 2007, C6 Software, Inc. (http://www.c6software.com/)*/

.PopBoxImageSmall
{
	border: none 0px #ffffff;
	cursor: url("images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
	border: solid 1px #999999;
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageShrink
{
	cursor: url("images/magminus.cur"), pointer;
}
.PopBoxImageLink
{
	cursor: pointer;
}
.PopBoxImageMove
{
	border: none 0px #ffffff;
	cursor: pointer;
}
