@charset 'utf8';

div { border: 0px solid #f00; }

html, body { width: 100%; background-color: #feefdd}
div { position:relative; display:block; overflow: hidden; }


#globalwrapper, #wrapper
{
	width: 100%;
}

#globalwrapper 
{
	background: #FEEFDD url(../img/aj_bg_creme.png) repeat-x scroll;
	
}

#wrapper
{
	background: url(../img/ajstudio/aj_studio_bg.gif) no-repeat scroll center top;
}


#main
{
	width:800px;
	margin: 0 auto;
	
}

#mtop
{
	height: 15px;
}

#mlogo
{
	height: 80px;
	width: 100%;
}
#logo 
{
	width: 210px;
	height: 70px;
	margin: 0 auto;
	background: url(../img/ajstudio/aj_studio_logo.gif) no-repeat scroll -25px;
	cursor: pointer;
}

#mlogoleft{ height: 0;}
#mlogoright { height: 0;}


#mpicture
{
	height: 200px;
	background: #DEAFB3 url(../img/ajstudio/aj_studio_headerpic.jpg) no-repeat scroll;
}
#mpicture { border-bottom: 2px solid #dec5c7; }

#picturebox { display:none; }

#mnav
{
	height: 50px;
	background: #543c77;
}

#header 
{
	min-height: 22px;
	max-height:30px;
	background: #ffffff url(../img/aj_nav_hshadow.png) no-repeat scroll;
	float:left;
	width:100%;
}

#content
{
	clear:left;
	background-color: #ffffff;
	width: 100%;
	min-height:350px;
	padding-bottom: 50px;
	
}

#mfooter
{
	height:40px;
	background: url(../img/aj_footer.gif) no-repeat scroll;
}

#mbottom
{
	height:150px;
}

