* {
	font-family: "Trebuchet MS" Arial,Helvetica,sans-serif;
}

table {
	font-size: 12px;
}

body {
	background-color: #e9e9e9;
	
}

h1 {
	padding: 0 0 10px 0;
	font-size: 24px;
}

h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

ol {
	
/*	margin: 3px;*/

}
ul li {
	background: url(../images/ul.png) no-repeat scroll left center;
	font-size: 12px;
	padding: 5px 0;
	border-bottom: 1px dashed #000;
	border-collapse:collapse;
	padding-left: 1em;
}

p, li {
	font-family: "Trebuchet MS" arial;
	font-size: 12px;
	line-height: 14px;
}
td {
	padding: 5px 0;
}

.margig.left {
	margin-left: 10px;
}

.float.left {
	float: left;
}

.float.right {
	float: right;
}

.clear {
	clear: both;
}
.white {
	color: #FFF;
}

.border {
	margin: 0 auto;
	width: 900px;
	height: 100%;
	border-left: 20px solid #369cc8;
	position: relative;
}

.padding {
	padding: 10px;
}

#top {
	width: 920px;
	background-color: #DDD;
	margin: 0 auto;
}

#banner {
	background-color: #000;
	height: 150px;

}

#footer {
	border-width: 1px 0;
	border-style: solid;
	border-color: #FFF;
}

/* gallery */
#my_gallery a {
	width: 118px;
	background-color: #f3f3f3;
	display: block;
	margin: 1px;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #000;
}

#my_gallery a img {
	margin: 8px;
	border: 1px solid #000;
}
#my_gallery a span {
	display: block;
	margin: 30px 0;

}

/* menu */

ul.menu li {
	display: inline;
	list-style: none;
	background: none;
	border: none;
	
}
ul.menu li a {
	font-family: "Trebuchet MS" arial;
	font-size: 9pt;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
}

ul.menu li a:hover {
	background-color: #369cc8;
	color: #FFF;
}

/* banner */
div.banner_holder {
	width: 920px;
	margin: 0 auto;
	text-align: right;
}

/* content */
.content {
	-min-height: 500px;
	min-height: 500px;
}
.sidebar {
	float: right;
	width: 200px;
	background-color: #fff;
}
.content_left {
	float: left;
	width: 700px;
/*	background-color: #ff0;*/
}
.border.content {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
}


/* footer */

.f_holder {
	width: 900px;
	margin: 0 auto;
	border-left: 20px solid #000;
}

.f_left {
	float: left;
	width: 700px;
	background-color: #fff;
}
.f_right {
	float: left;
	width: 200px;
	background-color: #369cc8;
}
p.footer {
	padding: 20px;
}

#action_box {
	background-image: url(../images/content_box.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 30px;
	width: 500px;
	height: 75px;
}

/* Lists */
.list_title {
	font-size: 130%;
/*	width: 265px;*/
}
small {
	background-color:#468175;
	color:#FFFFFE;
	font-size:0.7em;
	padding:3px 8px;
	float: left;
	clear: right;
}
h1.list_title {
	/*float: left;*/
	clear: right;
}

p.desc, div.desc_long {
	margin: 1em 2em;
	font-style: italic;
	float: left;
	line-height: 1.2em;
}
p.desc {
	width: 370px;
}
div.desc_long
{
	width: 420px;
	margin-right:0;
}

.screencast_row {
	border-bottom: 1px dashed #f9f9f9;
	padding: 5px 0;
	margin: 5px 0;
}
.screencast_row p a {
	display: block;
	margin-top: 10px;
}

.embed {
	clear: both;
	margin: 0 1em;
}

#action_box img {
	float: left;
	margin-top: 7px;
}