html {background:transparent}

#wrap {
	max-width:50em;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {
	margin:0 0 0.5em;
	color:#444;
	font:normal 1em/1.2 Georgia,Times,serif;
}
h1 {font-size:2em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
p {margin:0 0 1em;}

a:link {color:#8f1f08;}
a:visited {color:#5f1406;}
/*a:hover,
a:focus,
a:active {
	color:#800000;
	background-color:#e3e0d1;*/
}

* html #wrap {width:50em}
/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}
.cbb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */

/* Custom CSS
================================================*/
/* You can use different borders for different boxes on the same page. Just adjust the CSS. Here are a few examples, one of which uses the GIF images instead of the PNG images. Note that you can also adjust borders, heights and paddings this way. Remember to adjust the IE CSS as well. */

.one {
	position:absolute; 
	top:205px; /* was 100px */
	right:290px;
	left: 40px;
}

.logo {
	position: absolute;
	top: 5px;
	right: 47px;
}


.subscribe {
	position:absolute;
	/*float:left;*/
	width:250px;
	top: 205px; /* was 100 px */
	right: 40px;
}

.navicon1 {
	position: absolute;
	top: 115px;
	left: 47px;
}
.navicon2 {
	position: absolute;
	top: 115px;
	left: 118px;
}
.navicon3 {
	position: absolute;
	top: 115px;
	left: 189px;
}
.navicon4 {
	position: absolute;
	top: 115px;
	left: 260px;
}

.subscribe ul { 
	padding: 0px;
	margin-left:0px;
	padding-left:0px;
}

.subscribe li {
	border: solid 1px grey;
	border-top:none;
	border-right:none;
	border-left:none;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:0px;
	margin-left:0px;
	list-style-type: none;
}

#absolute-wrapper {
	position:relative;
	height:9em;
}
.cb li {margin-left:1em;}


img {
	border:none;
}

.appicons {
	float:left;
	background:#000 url(../bg_apps_box.gif) repeat-x;
	top: 250px
	margin:10px 10px 10px 10px;
	padding:10px -10px 10px -20px;
	width:100%;
	margin-bottom:20px;
	height:120px;
}

.appimgs {
	position:relative;
	left: 12px;
	top: 10px;
	bottom: 10px;
	height:120px;
}



