body
{
	margin: 0;
	padding: 0;
	background-color: #dbe8f6;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	font-family: tahoma;
	font-size: 11px;
}

a, img
{
	border: 0;
}

#container 
{
	margin: 10px auto 0;
	width:  950px;
}

#container #main
{
	width: 767px;
	float: left;
}

#container #main #CHeader
{
	background-image: url('../img/content_top.png');
	background-repeat: no-repeat;
	height: 60px;
}

#container #main #CHeader #logos
{
	height: 40px;
	text-align: center;
	padding: 10px 0 5px 0;
}

#container #main #CContent
{
	background-image: url('../img/content_bg.png');
	background-repeat: repeat-y;
}

#container #main #CContent #expenditure
{
	width: 695px;
	margin: 0 auto;
}

#container #main #CContent #content
{
	width: 695px;
	margin: 25px auto 0;
	clear: both;
}

#container #main #CContent #content #box1
{
	float: left;
	width: 304px;
	padding-top: 7px;
}

#container #main #CContent #content #box2
{
	float: right;
	width: 304px;
	text-align: center;
}

#box2 #price
{
	position: relative;
	top: 40px;
	//left: -37px;
//	margin-bottom: -94px;
	
}


#box2 #appstore
{
	width: 342px;
	height: 96px;
	display: block;
	margin-bottom: 10px;
	position: relative;
	left: -43px;
}

#box2 .cheap
{
	background: url('../img/appstore_cheap.jpg');
}

#box2 .normal
{
	background: url('../img/appstore_normal.jpg');
}

#box2 #watch
{
	width: 299px;
	height: 58px;
	display: block;
	background: url('../img/watch.jpg');
	margin-bottom: 10px;
}

#box2 #box2sub 
{
	width: 300px;
}

#box2 #box2sub #email
{
	width: 144px;
	height: 58px;
	display: block;
	background: url('../img/email.jpg');
	margin-bottom: 10px;
	float: left;
}

#box2 #box2sub #twitter
{
	width: 144px;
	height: 58px;
	display: block;
	background: url('../img/twitter.jpg');
	margin-bottom: 10px;
	float: right;
}

#box2 #appstore:hover, #box2 #box2sub #email:hover, #box2 #box2sub #twitter:hover, #box2 #watch:hover
{
	background-position: bottom;
}

#container #main #CContent #content #box2 a.center img
{
	margin: 0 0 10px;
}

#container #main #CContent #content #box2 a.left
{
	float: left;
}

#container #main #CContent #content #box2 a.right
{
	float: right;
}

#container #main #CContent #black
{
	width: 693px;
	margin: 25px auto 0;
}

#blackTop { height: 20px; background: transparent url('../img/black_top.png') no-repeat; }
#blackMiddle { background: transparent url('../img/black_middle.png') repeat-y; }
#blackBottom { height: 20px; background: transparent url('../img/black_bottom.png') no-repeat; }

#black #col1, #black #col2 { float: left; width: 272px; margin: 0 37px; color: #FFF; }

#black h2 { font-size: 15px; }
#black .content { margin-bottom: 25px; }

#container #main #CFooter
{
	background-image: url('../img/content_footer.png');
	background-repeat: no-repeat;
	height: 40px;
}

#container #main #CCopyright
{
	text-align: center;
	margin: 10px 0 20px;
}

#container #ads
{
	width: 183px;
	float: left;
}

#container #ads .rew
{
	margin-top: 20px;
	margin-left: 10px;	
	width: 173px;
	color: #171415;
}
#container #ads .content { margin: 10px 0 0; }
#container #ads .author { margin-top: 15px; } 
#container #ads .author a { color: #171415; text-decoration: none; font-style: italic; }

.clear
{
	clear: both;
}
