body {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans','Lucida Sans Grande', sans-serif;
		color:#CCC;
}

a {
    text-decoration: none;
    color: #CCC;
    font-weight: bold;
}

p a:hover {
    border-bottom: 1px solid #333;
    padding: 0 0 2px 0;
}

a img {
    display: block;
    text-decoration: none;
		border:none;
}

a.button {
    border: none;
}

h1, h2, h3, h4 {
    font-family: Arial, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 32px;
    line-height: 1.5em;
}

h2 {
    font-size: 24px;
    line-height: 1.5em;
}

h3 {
    font-size: 18px;
    line-height: 1.5em;
}

h4 {
    line-height: 1.5em;
    font-size: 14px;
    font-weight: bold;
}

dt {
    line-height: 1.3125em;
}

dd {
    margin-left: 2em;
}

dl {
    margin-top: 1em;
    margin-bottom: 1.2em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

code, pre {
    display: block;
    padding: 16px 32px;
    margin-bottom: 1.5em;
    background: #333;
    font-family: "Courier New", Courier, mono;
    font-size: 13px;
    color: #fff;
    line-height: 1.3em;
    white-space: pre;
}

blockquote {
    font-weight: normal;
    font-style: italic;
    color: #999;
    line-height: 1.5em;
    background: #F2F2F2 none repeat scroll 0%;
    color: #858585;
    font-size: 11px;
    margin-bottom: 1.3em;
    padding: 15px;
}

blockquote cite {
    color: #4D4D4D;
    font-weight: bold;
}

div {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 10px 0;
		font-size:14px;
		line-height:1.5em;
		
} 
#nav {
	clear: both;
	/* float: left; */
	text-align: center;
	height: 42px;
	width: 980px;
	background: #111111 none repeat scroll 0 0;
	margin: 0 auto;
}
#nav-inner {
	float: left;
	text-align: left;
	width: 788px;
	position: relative;
	height: 42px;
	margin: 5px 0 0 15px;
}

#friends img{
	display: inline;
}
#friends a img {
	text-decoration: none;
}
#logo {
	float: left;
	margin-right: 25px;
}
#logo h1 {
	padding: 0;
	margin: 0;
	line-height: 0;
}
#main {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 10px;
	clear: both;
}

#main-inner {
	padding: 0;
	width: 980px;
	margin: 0 auto;
}

#gutter {
	background: #111111 none repeat scroll 0 0;
	height: 25px;
	clear: both;
	padding-top: 5px;
	width: 980px;
	margin: 0 auto;
}
#gutter-container {
	margin:auto;
	width: 960px;
	text-align: center;
}
#gutter-container p,
#gutter-container a {
	padding: 0;
	font-size: 12px;
}

li.potato-menu-item {
	font-size:16px;
}
#menu {
	font-size: 20px;
}
#content {
	margin: 0 50px 0 50px;
	color: #333;
}
#content-front {
	/* margin: 0 0 0 100px;*/
	color: #333;
	text-align: center;
}
.page-image {
  float: right;
	display: block;
	margin: 15px;
}
.front-page-image {
	/* display: block; */
	margin: 0;
}
.front-page-image a img {
	display: inline;
}
ul.potato-menu-group {
	border-top: 1px solid #666;
	background: #111111;
}
ul.potato-menu-group a {
	width: 145px;
}
.potato-menu a {
	padding:5px 12px 5px 12px;
	background: #111111;
	color: #fff;
	padding-right:20px;
}
.potato-menu a:hover {
	background: #666;
}
.potato-menu-has-vertical > a {
	background: #111111;
	
}
.potato-menu-has-holizontal > a {
	background: #111111;
}
.potato-menu-has-vertical > a:hover {
	background: #666;
	
}
.potato-menu-has-holizontal > a:hover {
	background: #666;
}
