@charset "utf-8";
/* CSS Document */

#wrapper {
	width: auto;
	font-style: oblique;
	font: medium;
	font-family: Arial, Helvetica, sans-serif;
}

#mainNav {
width: 30%
float: left;
}

#content {
width: 75%
float: right;
}
