@charset "UTF-8";
/* CSS Document
Uniguest
Digital Signage Applications CSS
©2010 Uniguest
Created 5/13/10 8:46AM
Updated 5/13/10 8:46AM
Validated 5/13/10 8:46AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */

/* LAYOUT ELEMENTS */

div#leftcontentdiv {
	width: 700px;
}

div#rightcontentdiv {
	width: 200px;
}

/* TEXT */

div#contentdiv p {
	line-height: 160%;
}

div#contentdiv h2 {
	font-size: 200%;
	color: #444;
	font-family: "Century Gothic", Verdana, Geneva, Helvetica sans-serif;
	margin: 0 0 20px 0;
	font-weight: bold;
}

div#contentdiv h2#apphead {
	font-size: 200%;
	color: #444;
	font-family: "Century Gothic", Verdana, Geneva, Helvetica sans-serif;
	margin: 30px 0 10px 0;
	font-weight: bold;
}

div#contentdiv h2#topone {
	margin: 40px 0 10px 0;
}

/* IMAGES */

div#leftcontentdiv img.main {
	border: 2px #000 solid;
	padding: 3px;
	background: #444;
	float: left;
}
div#rightcontentdiv div#iconsdiv {
	text-align: left;
	margin: 25px 0 0 3px;
}
