﻿/*
layout2.css

created 2/17/2010
modified 2/17/2010

This file contains the page layout
*/
#contentwrapper {
	width:inherit;
	height:1300px;
}

#pageimage_wrapper {
	float:left;
	width:250px;
}
#pageimage img{
	width:200px;
	height:200px;
	padding-top:10px;
	padding-left: 10px;
}
#content{
	width:640px;
	float:right;
}
#pageimage_wrapper {
	width:200px;
	height:250px;
	float:left;
}
