body
	{
	background-color	: black;
	color				: white;
	font-family			: verdana;
	font-size			: .95em;
	}

h1, h2, h3
	{
	margin				: 0;
	padding				: 0;
	}

p
	{
	font-family			: arial;
	font-size			: 1.2em;
	padding-top			: 0;
	margin-top			: 0;
	padding-bottom		: 0;
	margin-bottom		: 0;
	}

#contentbody
	{
	padding-left		: 4%;
	padding-right		: 2%;
	}


.mainwrapper
	{
	margin-left			: 10%;

	margin-top			: 55px;
	height				: 100%;
	width				: 73%;
	min-width			: 700px;
	}


.mainmiddle
	{
	width				: 100%;
	height				: 100%;	
	border-left			: solid 3px #c00;
	border-right		: solid 3px #c00;
	}

.contentwrapper
	{
	width				: 86%;
	padding-left		: 12%;
	padding-top			: 5%;
	}



.innercontent
	{
	min-height			: 300px;
	width				: 100%;
	border-right		: solid 3px #ccc;
	border-left			: solid 3px #ccc;
	background-color	: #333;
	z-index				: 5;
	}



.maintopleft, .maintopright, .maintopmiddle, .contenttopleft, .contenttopright, .contenttopmiddle, .mainbottomleft, .mainbottomright, .mainbottommiddle, .contentbottomleft, .contentbottomright, .contentbottommiddle
	{
	height			: 39px;
	width			: 33px;
	}



	.maintopmiddle
		{
		position		: relative;
		width			: 100%;	
		border-top		: solid 3px #c00;
		height			: 36px;
		}



	.maintopright
		{
		top				: -3px;
		position		: absolute;
		right			: -6px;
		background-image: url(../images/maintopright.png);
		}



	.maintopleft
		{
		position		: absolute;
		top				: -3px;
		background-image: url(../images/maintopleft.png);
		}

	.contenttopmiddle
		{
		position		: relative;
		width			: 100%;
		border-top		: solid 3px #ccc;
		background-color: #323232;
		height			: 36px;
		}

	.contenttopleft
		{
		position		: absolute;
		top				: -3px;
		background-image: url(../images/contenttopleft.gif);
		}


	.contenttopright
		{
		position		: absolute;
		top				: -3px;
		right			: -6px;
		background-image: url(../images/contenttopright.gif);
		}

	.mainbottommiddle
		{
		position		: relative;
		width			: 100%;
		border-bottom	: solid 3px #c00;
		height			: 36px;
		}


	.mainbottomright
		{
		position		: absolute;
		right			: -6px;
		background-image: url(../images/mainbottomright.png);
		}

	.mainbottomleft
		{
		position		: absolute;
		background-image: url(../images/mainbottomleft.png);
		}

	.contentbottommiddle
		{
		position		: relative;
		height			: 36px;
		width			: 100%;
		border-bottom	: solid 3px #ccc;
		background-color: #323232;
		}


	.contentbottomleft
		{
		position		: absolute;
		background-image: url(../images/contentbottomleft.gif);
		}


	.contentbottomright
		{
		position		: absolute;
		right			: -6px;
		background-image: url(../images/contentbottomright.gif);
		}

/*Auto Art Logo Placement*/
.logo
	{
	position			: absolute;
	top					: 5px;
	left				: 3%;
	height				: 117px;
	width				: 300px;
	background-image	: url(../images/logo.gif);
	z-index				: 10;
	}


/*Placement of Animated Car*/
.car
	{
	margin-top			: -80px;
	margin-right		: 75px;
	position			: relative;
	float				: right;
	height				: 225px;
	width				: 306px;
	padding-bottom		: 30px;
	}

/*Gallary of projects completed*/

#jobs h2
	{
	padding-left		: 46%;
	}

#jobs img
	{
	padding				: 0px;
	margin				: 0;
	margin-left			: 10%;
	}

#jobs p
	{
	margin				: 0;
	padding				: 0;
	margin-left			: 12%;
	padding-top			: 10px;
	padding-bottom		: 10px;
	width				: 480px;
	}	

img
	{
	padding				: 2%;
	}