/* YUI Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* YUI Fonts */
body{font:13px/1.231 helvetica,arial,clean,sans-serif;*font-size:small;*font:x-small;}
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

img { -ms-interpolation-mode: bicubic; }  /*IE bicubic scaling for images*/

/* Layout */
html, body {
	height: 100%;
}

body {
	background: #62461c url(../images/bg_body.jpg) repeat-x top center;
}

a {
	outline: none;
}

p {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

em {
	font-family: georgia, "times new roman", serif;
	font-style: oblique;
}

strong, b {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	clear: both;
	margin: 0 1em 1em 0;
	border: 1px solid #ccc;
}

img.right {
	clear: both;
	margin: 0 0 1em 1em;
	border: 1px solid #ccc;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
}

.overlay_shadow {
	position: absolute;
	top: -6px;
	left: -6px;
}

.spacer {
	clear: both;
	margin: 1em 0 0 0;
	height: 0;
}

#white_line {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg_white_line.png) repeat-x;
	width: 100%;
	height: 13px;
	z-index: 5;
	font-size: 85%;
	text-align: right;
	margin: 0;
	padding: 0;
}



#page_wrapper {
	margin: 0 auto;
	background: url(../images/bg_page_shadow.png) repeat-y top left;
	width: 1040px;
	min-height: 100%;
}

#page {
	position: relative;
	margin: 0 auto;
	padding: 137px 0 0 0;
	background: url(../images/bg_page.jpg) repeat;
	width: 1014px;
}

h1#logo a {
	position: absolute;
	top: 0;
	background: url(../images/bg_logo.jpg) no-repeat top left;
	text-indent: -9999px;
	width: 221px;
	height: 137px;
	z-index: 10;
}

ul#nav_top {
	position: absolute;
	top: 0;
	left: 221px;
	padding: 12px 0 0 32px;
	background: url(../images/bg_nav_top.jpg) no-repeat top left;
	width: 793px;
	height: 126px;
	list-style: none;
}

ul#nav_top li a {
	display: block;
	float: left;
	height: 49px;
	text-indent: -9999px;
}

ul#nav_top li#checkusout a {
	background: url(../images/nav_top_content.png) no-repeat 0 0;
	width: 180px;
}

ul#nav_top li#checkusout a:hover, ul#nav_top li#checkusout.selected a {
	background-position: 0 -49px;
}

ul#nav_top li#connect a {
	background: url(../images/nav_top_content.png) no-repeat -180px 0;
	width: 139px;
}

ul#nav_top li#connect a:hover, ul#nav_top li#connect.selected a {
	background-position: -180px -49px;
}

ul#nav_top li#give a {
	background: url(../images/nav_top_content.png) no-repeat -319px 0;
	width: 81px;
}

ul#nav_top li#give a:hover, ul#nav_top li#give.selected a {
	background-position: -319px -49px;
}

ul#nav_top li#contact a {
	background: url(../images/nav_top_content.png) no-repeat -403px 0;
	width: 136px;
}

ul#nav_top li#contact a:hover, ul#nav_top li#contact.selected a {
	background-position: -403px -49px;
}

ul#nav_top li#blank a:hover, ul#nav_top li#blank.selected a {
	background-position: -600px -49px;
}

ul#nav_top li#blank a{

	width: 205px;
}

ul#nav_side {
/*	float: left;*/
	background: url(../images/bg_nav_side.jpg) no-repeat top left;
	width: 221px;
	min-height: 298px;
	max-height: 600px;
	overflow: hidden;
}

ul#nav_side li a {
	position: relative;
/*	float: left;*/
/*	clear: both;*/
	display: block;
	margin: 0 0 0 68px;
	background: url(../images/bg_nav_side_list.gif) no-repeat;
	width: 153px;
	text-indent: -9999px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=40);
}

ul#nav_side li a span {
	display: none;
}

ul#nav_side li a:hover span, ul#nav_side li.selected a span {
	position: absolute;
/*	top: 0;*/
	right: 0;
	display: inline;
	background: url(../images/bg_nav_side_arrow.gif) no-repeat scroll top left;
	width: 22px;
	height: 32px;
}

ul#nav_side li#whattoexpect a {
	background-position: 0 0;
	height: 65px;
}

ul#nav_side li#whattoexpect a:hover span, ul#nav_side li#whattoexpect.selected a span {
	top: 19px;
}

ul#nav_side li#groups a {
	background-position: 0 -65px;
	height: 49px;
}

ul#nav_side li#groups a:hover span,ul#nav_side li#groups.selected a span {
	top: 10px;
}

ul#nav_side li#grow a {
	background-position: 0 -114px;
	height: 51px;
}

ul#nav_side li#grow a:hover span, ul#nav_side li#grow.selected a span {
	top: 10px;
}

ul#nav_side li#timeslocation a {
	background-position: 0 -165px;
	height: 63px;
}

ul#nav_side li#timeslocation a:hover span, ul#nav_side li#timeslocation.selected a span {
	top: 18px;
}

ul#nav_side li#visionbeliefs a {
	background-position: 0 -228px;
	height: 70px;
}

ul#nav_side li#visionbeliefs a:hover span, ul#nav_side li#visionbeliefs.selected a span {
	top: 18px;
}

ul#nav_side li#about a {
	background-position: 0 -502px;
	height: 50px;
}

ul#nav_side li#about a:hover span, ul#nav_side li#about.selected a span {
	top: 10px;
}

ul#nav_side li#nextsteps a {
	background-position: 0 -554px;
	height: 77px;
}

ul#nav_side li#nextsteps a:hover span, ul#nav_side li#nextsteps.selected a span {
	top: 24px;
}

ul#nav_side li#media a {
	background-position: 0 -292px;
	height: 52px;
}

ul#nav_side li#media a:hover span, ul#nav_side li#media.selected a span {
	top: 12px;
}

ul#nav_side li#classes a {
	background-position: 0 -631px;
	height: 50px;
}

ul#nav_side li#classes a:hover span, ul#nav_side li#classes.selected a span {
	top: 10px;
}

ul#nav_side li#serve a {
	background-position: 0 -682px;
	height: 52px;
}

ul#nav_side li#serve a:hover span, ul#nav_side li#serve.selected a span {
	top: 12px;
}

ul#nav_side li#events a {
	background-position: 0 -393px;
	height: 52px;
}

ul#nav_side li#events a:hover span, ul#nav_side li#events.selected a span {
	top: 14px;
}

ul#nav_side li#staffcontacts a {
	background-position: 0 -735px;
	height: 75px;
}

ul#nav_side li#staffcontacts a:hover span, ul#nav_side li#staffcontacts.selected a span {
	top: 22px;
}

ul#nav_side li#care a {
	background-position: 0 -810px;
	height: 55px;
}

ul#nav_side li#care a:hover span, ul#nav_side li#care.selected a span {
	top: 11px;
}

ul#nav_side li#baptism a {
	background-position: 0 -865px;
	height: 47px;
}

ul#nav_side li#blog a {
	background: transparent url(http://discoverchurch.org/images/blog.gif) no-repeat 0 0;
	height: 30px;
	margin-top: 1em;
}

ul#nav_side li#baptism a:hover span, ul#nav_side li#baptism.selected a span {
	top: 9px;
}

ul#nav_side li#whattoexpect a:hover, ul#nav_side li#whattoexpect.selected a,
ul#nav_side li#groups a:hover, ul#nav_side li#groups.selected a,
ul#nav_side li#grow a:hover, ul#nav_side li#grow.selected a,
ul#nav_side li#timeslocation a:hover, ul#nav_side li#timeslocation.selected a,
ul#nav_side li#visionbeliefs a:hover, ul#nav_side li#visionbeliefs.selected a,
ul#nav_side li#about a:hover, ul#nav_side li#about.selected a,
ul#nav_side li#nextsteps a:hover, ul#nav_side li#nextsteps.selected a,
ul#nav_side li#media a:hover, ul#nav_side li#media.selected a,
ul#nav_side li#classes a:hover, ul#nav_side li#classes.selected a,
ul#nav_side li#serve a:hover, ul#nav_side li#serve.selected a,
ul#nav_side li#events a:hover, ul#nav_side li#events.selected a,
ul#nav_side li#staffcontacts a:hover, ul#nav_side li#staffcontacts.selected a,
ul#nav_side li#care a:hover, ul#nav_side li#care.selected a,
ul#nav_side li#baptism a:hover, ul#nav_side li#baptism.selected a,
ul#nav_side li#blog a:hover, ul#nav_side li#blog.selected a {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

/*ul#nav_side li#whattoexpect a {
	background: url('../images/bg_nav_side_list.gif') no-repeat 0 0;
	width: 221px;
	height: 65px;
}

ul#nav_side li#whattoexpect a:hover, ul#nav_side li#whattoexpect.selected a {
	background-position: -221px 0;
}

ul#nav_side li#groups a {
	background: url('../images/bg_nav_side.jpg') no-repeat 0 -65px;
	width: 221px;
	height: 49px;
}

ul#nav_side li#groups a:hover, ul#nav_side li#groups.selected a {
	background-position: -221px -65px;
}

ul#nav_side li#grow a {
	background: url('../images/bg_nav_side.jpg') no-repeat 0 -114px;
	width: 221px;
	height: 51px;
}

ul#nav_side li#grow a:hover, ul#nav_side li#grow.selected a {
	background-position: -221px -114px;
}

ul#nav_side li#timeslocation a {
	background: url('../images/bg_nav_side.jpg') no-repeat 0 -165px;
	width: 221px;
	height: 63px;
}

ul#nav_side li#timeslocation a:hover, ul#nav_side li#timeslocation.selected a {
	background-position: -221px -165px;
}

ul#nav_side li#visionbeliefs a {
	background: url('../images/bg_nav_side.jpg') no-repeat 0 -228px;
	width: 221px;
	height: 70px;
}

ul#nav_side li#visionbeliefs a:hover, ul#nav_side li#visionbeliefs.selected a {
	background-position: -221px -228px;
}*/

#nav_side_bot {
/*	clear: left;
	float: left;*/
	background: url(../images/bg_nav_left_bottom.jpg) no-repeat top left;
	width: 221px;
	height: 164px;
}

#content {
	float: left;
	padding: 13px 6px 0 12px;
	background: url(../images/bg_content.jpg) no-repeat scroll top left;
	width: 775px;
	min-height: 419px;
}

.qa_outer {
	margin: 0 0 .5em 0;
	color: #826649;
	cursor:pointer;
	cursor:hand
}

.qa_outer h3{
	margin: 0 0 .5em 0;
	color: #826649;
	text-decoration: underline;
}

.sb_wrapper {
	margin: 0 0 .5em 0;
	cursor:pointer;
	cursor:hand;
}

.sb_outer h3{
	margin: 0 0 .5em 0;
	text-decoration: underline;
}

.sb_wrapper a, .sb_wrapper a:visted {
	margin: 0 0 1em 0;
	color: #826649;
	text-decoration: underline;
}

.qa_outer a, .qa_outer a:visted {
	margin: 0 0 1em 0;
	color: #826649;
	text-decoration: underline;
}

.qa_inner {
	color: #5a4a3a;
	padding: 0 0 0 1em;
}

.wide_col {
	width: 563px;
}

.nar_col {
	width: 208px;
	margin: 0;
	padding: 0;
}

p.copy {
	padding: 0 15px 1em 15px;
	color: #5a452f;
	font-size: 77%;
	line-height: 138.5%;
}

#content a, #content a:visited {
	color: #826649;
	text-decoration: underline;
}

/*#content a img, #content a:hover img {
	text-decoration: none;
	border: none;
}*/

#content a:hover, #content a:active, #content a.selected {
	color: #52c0c6;
}

#feature {
	position: relative;
	margin: 0 auto;
	width: 551px;
}

#feature .status {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
    opacity: 0.7;
    background: black;
    width: 100%;
    z-index: 10000;
}

h2#welcome {
	position: relative;
	margin: 0 auto;
/*	background: url('../images/bg_welcome.jpg') no-repeat scroll top left;*/
/*	background: #000;*/
	width: 551px;
	height: 216px;
	text-indent: -9999px;
}

/*.main_wrapper {
	background: url('../images/bg_main_shadow.png') repeat-y top left;
	width: 563px;
}*/

.main_title {
	margin: -6px 0 0 0;
	padding: 0 15px;
	background: url(../images/bg_main_title.png) no-repeat top left;
	width: 533px;
	height: 40px;
	clear:both;
	line-height: 40px;
}

.main_title h2 {
	display: inline;
	float: left;
	padding: 0 10px 0 0;
	background: url(../images/bg_main_title_sep.png) no-repeat center right;
	height: 40px;
	color: #52c0c6;
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.main_title p {
	float: left;
	padding: 0 0 0 10px;
	color: #826649;
	font-size: 93%;
	text-transform: uppercase;
}

.main_title small {
	float: right;
	color: #826649;
	font-size: 77%;
	letter-spacing: 1px;
}

small.pagination a {
	padding: 0 2px;
}

.main_top {
	background: url(../images/bg_main_top.jpg) no-repeat top left;
	width: 563px;
	height: 6px;
	margin: 0;
	padding: 0;
}

/*.main {
	margin: 0 auto;
	padding: 30px 30px 30px 20px;
	padding: 0 6px;
	background: #fff url('../images/bg_main.jpg') no-repeat top left;
	width: 539px;
	color: #5a4a3a;
}*/

.main {
	padding: 0 0 .5em 12px;
	background: url(../images/bg_main_body.png) repeat-y 0 -100px;
	width: 551px;
	color: #5a4a3a;
}

.copy {
	padding: 30px 30px 30px 30px;
	width: 503px;
}

.main h2 {
	margin: 0 0 12px 0;
	color: #52c0c6;
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.main p {
	padding: 0 0 1em 0;
}

.main object {
	margin: 0 auto 1em auto;
}

.main embed {
	margin: 0 auto;
}

ul.entries {
	float: left;
}

li.entry {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
}

li.entry_staff {
	margin: 0 0 1em 0;
	padding: 1em 0 1em 0;
	border-bottom: 1px dotted #ccc;
}

li.entry_events {
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #ccc;
}

.entry_image {
	position: relative;
	display: inline;
	margin: 0 1em 0 0;
/*	width: 128px;*/
}

.entry_details {
	display: inline;
	width: 300px;
}

ul.staff {
	margin: -15px 0 0 0;
	padding:0;
}

.staff_image {
	position: relative;

}

.staff_details h2 {
	margin: 0;
}

.staff_details p {
	padding: 0;
	margin: 0;
}

ul.bulleted {
	padding: 0 0 1em 1em;
	line-height: 1.5em;
	list-style: disc outside;
}

ul.sitemap {
	padding: 0 0 0 2em;
	line-height: 1.5em;
	list-style: disc outside;
}

ul.numbered {
	padding: 1em 0 1em 1em;
	line-height: 1.5em;
	list-style: decimal;
}

.left_col {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 242px;
}

.right_col {
	float: right;
	margin: 0;
	padding: 0;
	width: 240px;
}

#tbl_groups th {
	width: 70px;
	font-weight: bold;
}

#tbl_groups th:first-child {
	width: 150px;
}

#tbl_groups tr {
	height: 1.5em;
}

.main_bot {
	background: url(../images/bg_main_bottom.jpg) no-repeat top left;
	width: 563px;
	height: 12px;
}

#content .img_grid img {
	margin: 4px 0 4px 8px;
	outline: 1px solid #000;
}

#content div.video_listing {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

#content div.video_listing:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

#content .img_grid img:hover {
	outline: 1px solid #404040;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}

ul.vid_grid {
	margin: 10px 0;
	list-style: none;
}

ul.vid_grid li {
	float: left;
	position: relative;
	margin: 0 6px 0 6px;
}

ul.vid_grid_journey {
	margin: 10px 0;
	list-style: none;
	height: 77px;
	text-align: center;
}

ul.vid_grid_journey li {
	float: left;
	position: relative;
	margin: 0 0 0 25px;
	text-align: center;
}

/*#content .vid_grid a {
	display: block;
	position: relative;
	padding: 5px 0 0 8px;
	background: #eae4d2;
	width: 89px;
	height: 44px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	outline: #bab29f 1px solid;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter:alpha(opacity=85);
}

#content .vid_grid a:hover {
	background: #eae4d2;
	color: #fff;
	opacity: 0.15;
	-moz-opacity: 0.15;
	filter:alpha(opacity=15);
}

#content .vid_grid img {
	position: absolute;
	top: 0;
	left: 0;
}*/

#content .vid_grid img {
	outline: 1px solid #000;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}

#content .vid_grid img:hover {
	outline: 1px solid #404040;
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

.sb_wrapper {
/*	float: right;*/
	background: url(../images/bg_sidebar_shadow.png) repeat-y top left;
	width: 208px;
	margin: 0;
	padding: 0;
}

.sb_title {
	padding: 0 10px 0 15px;
	background: url(../images/bg_sidebar_title.png) no-repeat top left;
	width: 208px;
	height: 40px;
	line-height: 40px;
}

.sb_title h3 {
	color: #52c0c6;
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sb_title_expand {
	margin: .5em auto .5em auto;
	color: #714925;
	font-family: "Arial Narrow";
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 108%;
	text-transform: uppercase;
	text-align: center;
}

#sermon_current_img {
	position: relative;
	margin: 0 0 0 6px;
	width: 196px;
	height: 132px;
}

#sermon_title {
	margin: 0 auto;
	background: #f4f3f2 url(../images/bg_sermon_title.jpg) no-repeat top left;
	width: 196px;
	text-align: center;
	text-transform: uppercase;
}

#sermon_title2 {
	margin: 0 auto;
	background: #f4f3f2 url(../images/bg_sermon_title.jpg) no-repeat top left;
	width: 196px;
	text-align: center;
	text-transform: uppercase;
}

#sermon_title3 {
	margin: 0 auto;
	background: #f4f3f2 url(../images/bg_sermon_title.jpg) no-repeat top left;
	width: 196px;
	text-align: center;
	text-transform: uppercase;
}

#sermon_title h3 {
	padding: 10px 0 5px 0;
	color: #714925;
	font-family: "Arial Narrow";
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 108%;
}

#sermon_title p {
	color: #976c44;
	font-size: 77%;
	line-height: 153.9%;
}

#sermon_title2 h3 {
	padding: 10px 0 5px 0;
	color: #714925;
	font-family: "Arial Narrow";
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 108%;
}

#sermon_title2 p {
	color: #976c44;
	font-size: 77%;
	line-height: 153.9%;
}

#sermon_title3 h3 {
	padding: 10px 0 5px 0;
	color: #714925;
	font-family: "Arial Narrow";
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 108%;
}

#sermon_title3 p {
	color: #976c44;
	font-size: 77%;
	line-height: 153.9%;
}

.sb_content {
	margin: 0 auto;
	padding: 0 auto;
	width: 196px;
	color: #834c1a;
	font-size: 77%;
	line-height: 167%;
}

.sb_content2 {
	margin: 0 auto;
	padding: 1em 2em 1em 2em;
	color: #834c1a;
	font-size: 77%;
	line-height: 167%;
}

.sb_content_vid {
	margin: 0 auto;
	padding: .5em auto 1em auto;
	width: 175px;
	color: #834c1a;
	font-size: 77%;
	line-height: 167%;
}

.sb_vid {
	position: relative;
	margin: 0 0 0 6px;
	width: 196px;
	height: 132px;
}

.sb_bg {
	background: #fff url(../images/bg_sidebar_content.jpg) no-repeat top left;
}

.sb_content p {
	padding: 15px;
}

#sermon_bot a {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	background: url(../images/bg_sermon_bottom.png) no-repeat top left;
	width: 208px;
	height: 35px;
	text-indent: -9999px;
}

#sermon_bot a:hover {
	background-position: bottom left;
}

#prefooter {
	clear: both;
	height: 25px;
}

#footer {
	padding: 25px 0 0 0;
	background: url(../images/bg_footer.jpg) no-repeat top left;
	width: 1014px;
	height: 40px;
	color: #745535;
	font-size: 85%;
	text-align: center;
}

#footer a {
	padding: 0 10px;
	color: #302418;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copy {
	padding: 0 0 30px 0;
	color: #c2b6a3;
	font-size: 77%;
	text-align: center;
}

input {
	font: 11px Arial;
	color: #826649;
	border: thin solid #826649;
	margin: 0 0 1em 0;
	padding: 2px;
	}

.submit {
	border:0;
}

textarea {
	font: 11px Arial;
	color: #826649;
	border: none;
	border: thin solid #826649;
	margin: 0 0 1em 0;
	padding: 2px;
	}

.audio_img {
	float: left;
	padding: 20px 0 1em 1em;
	}

.community_login {
	padding: 0 0 0 1em;
}

.item {
	color: #745535;
	clear:both;
}

.login_link {
	color: #c2b6a3;
	font-size: 9px;
	text-align: right;
	padding-top: 3px;
}

.journey_vid {
	width: 180px;
}

.sermon_image {
	width: 225px;
	float: left;
	padding: 0 1em 0 .5em;
}

.sermon_list {
	float: left;
	padding: .5em 0 .5em 0;
}

.sermon_comingsoon {
	display: block;
	height: 150px;
	float: left;
}

.sermon_item {
	clear: both;
}

hr {
	width: 538px;
	margin: 0;
	border-top, border-left, border-right: 0;
	border-bottom: 1px dotted #ccc;
	clear:both;
	background-color: #fff;
	color: #fff;
}

.next_step_vid {
	width: 100px;
	padding-right: 1em;
	float: left;
}

#startpage {
	position: absolute;
	top: 70px;
	right: 12px;
	z-index: 10;
}


/********* HANDHELD **********/

@media handheld {

}

