body {
	font-family: Georgia,
	             "New Century Schoolbook",
	             "Nimbus Roman No9 L",
	             serif;
	background-color: grey;
	
		margin:0 auto;
	text-align:center;
	width:550px;
	
}
a {
text-decoration: none;
border-style: none;
color: black;
}

img{
	border-style: none;
}
a:hover{
	text-decoration: underline;
}


.watermarkOn {
        color: #CCCCCC;
        font-style: italic;
}

#start
{	
	margin-top: 50px;

  	border: 5px solid black;
	padding-top: 10px;
		-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: #c1c1c1;

	
}

#noscript{
	background-color: #fc4675;
	width: 325px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#noscript .entry{
	background-color: white;
	padding: 2px;
	
}

#bold {
	 font-style: bold;
	font-size: 25;
	width: 125px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	
}

#logo {
	display:inline-block;
	height: 125px;
	width: 500px;
	background: url("../images/logo.png") 0px -95px no-repeat;
}

#share {
	
	height: 225px;
	width: 225px;
	
}


.socialshare{
	display:inline-block;
	height: 65px;
	width: 225px;
	background: url("../images/share_this.png") no-repeat;
	
}

.trends li{
	list-style: none;
	display: inline;
}



.socialshare:hover{
	cursor: hand;
	display:inline-block;
	height: 65px;
	width: 225px;
	background: url("../images/share_this_hover.png") no-repeat;
}

#smlogo{
	display:inline-block;
	height: 85px;
	width: 225px;
	background: url("../images/sm_logo.png") no-repeat;
}

#share_logo{
	display:inline-block;
	height: 65px;
	width: 110px;
	background: url("../images/share.png") no-repeat;
	border-bottom: 1px solid black;
}

#footer {
	text-align: center;
	font-size: 12;
	border-top: 1px solid black;
	padding: 10px;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	
}

input[type=text]{
	border: 2px solid #d2d2d2;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	height: 50px;
	text-align: center;
	font-size: 25px;
	width: 500px;
	font-family: Georgia,
	             "New Century Schoolbook",
	             "Nimbus Roman No9 L",
	             serif;

	
}

#wrapper {
	border: 5px solid black;
	padding-top: 10px;
		-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	background: #c1c1c1;
}

input[type="submit"]{
	font-family: Georgia,
	             "New Century Schoolbook",
	             "Nimbus Roman No9 L",
	             serif;
}

#mainDoc {
	position: relative;
	background-color: white;
	width: 423px;
	padding: 5px;
	margin: 0 auto;
}

#myImage {
	z-index: 10;
	position: absolute;
	left: 15px;
	top: 15px;
}

