body 
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	-webkit-text-size-adjust: none;   
}

a
{
	text-decoration: none;
}

/**************************************/
body[class="portrait"] 
{
	background: #d3d2cd;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
}

body[class="portrait"] #leftContainer
{
	/*border: 2px dotted yellow;*/
	margin-top: 5px;
	height: 132px;
}

body[class="portrait"] #rightContainer
{
	/*border: 1px dotted yellow;*/
	margin: auto auto;
	height: 132px;
}

body[class="portrait"] #orContainer p
{
	/*border: 1px dotted blue;*/
	margin: auto auto;
	padding: 0;
	height: 15px;
	color:#483b2b;
	font-size: 12px;		
	vertical-align: middle;
	/*background: none repeat scroll 0 0 red;*/
}

body[class="portrait"] #header
{
	/*border: 1px dotted purple;*/
	height: 49px;
	margin: auto auto;
}

body[class="portrait"] #footer
{
	/*border: 1px dotted purple;*/
	height: 15px;
	margin-top: 5px;
	color:#6e5442;
	font-size: 5px;
}

body[class="portrait"] img
{
	height: 100%;
}

/**************************************/
body[class="landscapeLeft"] 
{
	background: #d3d2cd;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
}

body[class="landscapeLeft"] #leftContainer
{
	/*border: 2px double yellow;*/
	width: 110px;
	float: left;
	margin-left: 40px;
}

body[class="landscapeLeft"] #rightContainer
{
	/*border: 2px double yellow;*/
	width: 110px;
	float: left;
}

body[class="landscapeLeft"] #orContainer p
{
	/*border: 1px dotted blue;*/
	width: 20px;
	float: left;
	margin-top: 40px;
}

body[class="landscapeLeft"] #header
{
	/*border: 1px dotted purple;*/
	width: 320px;
}

body[class="landscapeLeft"] #footer
{
	/*border: 1px dotted purple;*/
	width: 320px;
	color:#6e5442;
	font-size: 5px;
	clear: both;
}

body[class="landscapeLeft"] img
{
	width: 100%;
}

body[class="landscapeLeft"] #container
{
	width: auto;
	height: auto;
}

/**************************************/
body[class="landscapeRight"] 
{
	background: #d3d2cd;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: middle;
}

body[class="landscapeRight"] #leftContainer
{
	/*border: 1px double yellow;*/
	width: 110px;
	float: left;
	margin-left: 40px;
}

body[class="landscapeRight"] #rightContainer
{
	/*border: 1px double yellow;*/
	width: 110px;
	float: left;
}

body[class="landscapeRight"] #orContainer p
{
	/*border: 1px dotted blue;*/
	width: 20px;
	float: left;
	margin-top: 40px;
}

body[class="landscapeRight"] #header
{
	/*border: 1px dotted purple;*/
	width: 320px;
}

body[class="landscapeRight"] #footer
{
	/*border: 1px dotted purple;*/
	width: 320px;
	/*height: 15px;*/
	color:#6e5442;
	font-size: 5px;
	clear: both;
}

body[class="landscapeRight"] img
{
	width: 100%;
}

body[class="landscapeRight"] #container
{
	width: auto;
	height: auto;
}

/**************************************/

#container
{
		/*border: 1px dotted red;*/
		overflow:auto;
		width: 320px;
}
