﻿#sidebar
{
	height: 601px;
}
#content
{
	height:600px;
}

.picture
{
	width: 250px;
	height:166px;
	float: left;
	margin-left:20px;
	
}
.picturetext
{
	float: right;
	height:166px;
	width: 430px;

}

.bodytext
{
	width: 700px;
	float: left;
		
}
.picture_right
{
    float:right;
    padding-right:25px;
    padding-left:10px;
    padding-top:10px;
    }
.picture_left
{
    float:left;
   padding-right:15px;
    padding-left:20px;
    }
.createtext
{
    float:right;
    width:605px;
    }
a:link
{
	text-decoration: none;
	color:#FFFFFF;
	
}
a:visited
{
	text-decoration: none;
	color:#FFFFFF;
	
}
a:hover
{
	text-decoration: underline;
	color:#FFFFFF;
	
}
a:active
{
	text-decoration: none;
	color:#FFFFFF;
	
}


