/** BASIC */

html, body {
	height: 100%;
}

/** HEADER */

#header {
	width: 920px;
	height: 133px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	width: 920px;
	height: 93px;
	background: url(images/logo.gif) no-repeat left top;
}

#logo h1, #logo h2 {
	text-indent: -9999em;
}

/** PAGE */

#page {
	width: 800px;
	margin: 0px auto;
	padding: 18px 60px;
}

/** CONTENT */

#content {
	float: right;
	width: 515px;
}

.subpage #content {
	float: left;
	width: 455px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 262px;
}

.subpage #sidebar {
	float: right;
	width: 300px;
}


/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
	padding: 10px 25px;
	
}

/** BOX6 */

#box6 {
}

#box6 img.left {
	margin-top: 0px;
	margin-right: 15px;
}

/** BOX7 */

#box7 {
}
.cornerBadge {
position: fixed;
right: 0;
top: 0;
display: block;
height: 62px;
width: 62px;
background: url(http://www.godigitalmg.com/images/A2IMlabelmember.png) top right no-repeat;
} 