/* Josh.biz Holding Pages CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #384F5C;
	background-position: 0% 0%;
	background-image: url("http://www.josh.biz/holding/bg_gradient.jpg");
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: #ccc;
	font: 101% "Trebuchet MS", Arial, sans-serif;
	}

#content {
	text-align: center;
	margin: 40px auto;
	padding: 20px;
	width: 660px;
	color: #384F5C;
	background: #cdd3d6 url("http://www.josh.biz/holding/content_grad.gif") repeat-y center center;
	border: 1px solid #333;
	line-height: 75%;
	}	

#content p {
	line-height: 150%;
	}

#content a:link {
	color: #384f5C;
	}

#content a:visited {
	color: #384f5C;
	}

#content a:hover, #content a:active, #content a:focus {
	color: #000;
	background-color: inherit;
	}

h1 {
	font-size: 130%;
	margin: 30px 0 20px 0;
	color: #666;
	}

h2 {
	font-size: 130%;
	margin: 30px 0 20px 0;
	color: #666;
	font-weight: normal;
	}

.joshlogo {
	margin: 10px 0;
	}

.picture {
	border: 1px solid #333;
	}

