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

div {
	width: 1000px;
	background-color: #FFF;
	margin: 25px auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border: #999 1px solid;
	float:none;
}

/*a {
	text-decoration:none;
}*/

#logo {
	padding:20px;
}

/*
#headerimg {
	 width:706px;
	 height:158px;
	 opacity:.6;
	 padding-right:5px;
}
*/


.shadow	{
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;	
}

#header {
	margin-top: 0px;
}

#menu {
	height:40px;
}

.menuitem {
	width: auto;
	border:0px;
	margin:0px;
	float:left;
}

#menuitemblog {
	width: auto;
	border:0px;
	margin:0px;
	float:right;
}

.menulink:link,.menulink:visited {
	display:block;
	font-weight:bold;
	color:#000;
	background-color:#FFF;
	width:120px;
	text-align:center;
	padding:10px;
	text-decoration:none;
}

.menulink:hover,.menulink:active {
	background-color:#ccc;
}

#menulinkcurrent:link,#menulinkcurrent:visited {
	background-color:#ccc;
}

#language {
	width: auto;
	border:0px;
	margin:0px;
	float:right;
	padding-top:4px;
	padding-right:4px;
}

#content {

}

#creativepageimg {		
	height:240px;
	width: 320px;
	border:1px;
	margin:25px;
	float:right;
}

#frontpageimg {		
	height:80px;
	width: 120px;
	border:1px;
	margin:25px;
	float:left;
}

#quote {
	margin-left:20px;
	font-style: italic;
	line-height: 150%;
}



h1 {
	padding: 0px 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	color: #666;

}

h2 {
	padding: 0px 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}

h3 {
	padding: 0px 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

p {
	padding: 0px 25px;
	font-size: 14px;
	font-family: Georgia, serif;
}

ul {
	font-size: 14px;
	font-family: Georgia, serif;
}

.accountinfo {
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	margin-left:20px;
}

#footer {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:10px;
	padding: 10px 0px;	
}