body
{
	font-family: "courier new", courier, "Times New Roman", Times, serif;
        font-size: 14px;
        background: url('../images/paper_bg.jpg') #fff;
        color: #111;
        margin: 0;
        padding: 50px 20px 20px 20px;
}

a
{
	color: #1A9AeF;
}

a img
{
	border: 0;
}

ul
{
	padding: 0;
}

li
{
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}

#content
{
    background: #873c1e;
    padding: 25px;
    color: #fff;
}

h2
{
    padding-left: 10px;
    color: #333;
    font-style: italic;
}

#right_column
{
    width: 570px;
    float: left;
}

#sheet
{
    background-image: url('../images/sheet_middle.png');
background-repeat: no-repeat;
background-position:center;
}

#sheet_content
{
    padding: 50px;
    background: url('../images/sheet_top.png') no-repeat;
}

#sheet_bottom
{
    background: url('../images/sheet_bottom.png') no-repeat;
    height: 336px;
}

#left_column
{
    float: left;
}

#copyright
{
    position: relative;
    padding-left: 10px;
}

.selected
{
    background-image: url('../images/splat.png');
    background-repeat: no-repeat;
    background-position: 70px -10px;
}

.nav
{
    padding-right: 20px;
    border: 0;
}

.seperator
{
	background: url('../images/seperator.png') center no-repeat;
	height: 10px;
	clear: both;
	padding-top: 30px;
}

#work img
{
	border: 1px solid #1A9AeF;
	padding: 5px;
}


