/*
CSS file created with:
Instant Blueprint - Create a web project framework in seconds.
 http://instantblueprint.com

Project: Portfolio site
File: css/style.css
Last edited: April 23, 2010, 11:26 am
*/

/*  Main  */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper {
 margin:0 auto;
 width:900px; /*  Change to desired width :)  */
}

#BG {
	position:relative;
	right:0px;
	top:0px;
	padding:10px;
}

#PortImage {
	position:absolute;
	right:135px;
	top:110px;
	width:635px;

}

#Nav {
	position:absolute;
	right:135px;
	top:502px;
	width:635px;
}

#Footer {
}
