@charset "utf-8";
/* CSS Document */

span.noshow{
	/*use this to hide from regular display any text*/
	display:none;
}

.clearfix{
	clear:both;
}

body{
	/*background-image:url('images/background.gif');*/
	text-align:center;
	margin:0px;
	padding:0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: 'Century Gothic', AppleGothic, 'Apple Gothic', sans-serif;
	background-color:#CCCCCC;
	background-color:#AAAAAA;
}

#container{
	/*margin-top:30px;*/
	width:100%;
}

#header{
	background-color:#000000;
	width:100%;
	height:101px;
	background-image:url(images/dandk-logo-davidandkevin.png);
	background-repeat:no-repeat;
}

#header a{
	display:block;
	/*width:100%;*/
	height:100%;
}

#content{
	text-align:left;
	width:600px;
	margin:0 auto;
}

#footer{
}

@media handheld{
	body{
		background-color:#ff0000;
	}
}


#logo_header{
	background-color:#454A52;
	background-color:#000000;
	width:100%;
	height:101px;
}

.logo-image{
	background-image:url(images/dandk-logo-davidandkevin.png);
	height: 100px;
	width:100%;
	/*margin-left:30px;*/
	background-repeat:no-repeat;
}








.menu-home{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:120px;
}

.menu-home li{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	white-space:nowrap;
	position:relative;
	float:left;
}

.column1{
	float:left;
	width:600px;
	margin: 0;
}

.column2{
	float:right;
	width:190px;
	height::193px;
	margin:0;
	padding:0;
}








p, ul{
	font-size:1.2em;
	margin-left:10px;
}