/* CSS Document */
body {
	background-color: #00203F;
	background-image: url(http://www.getseengetseafood.com/images/background_mainbody_04.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	margin: 0px;	
}

a { /*LINKS*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #e7c760;
	line-height: 19px;
	font-weight: bold;
	text-decoration: none;
}

a:hover { /*LINKS HOVER*/
	color: #CCCCCC;

}

.border_mainbody { /*BORDER SIZE & COLOR of SUBMITTED PICTURE*/
	border: 0px solid #ffffff;
	background-color: #000000;
	height: 60%;
	width:80%;
	position: center;
}

.border_recipe { /*BORDER SIZE & COLOR of RECIPE*/
	border: 4px solid #ffffff;
}

.border_pic_blog { /*BORDER SIZE & COLOR of BLOG PICTURES*/
	border: 6px solid #ffffff;
}

.header_splash { /*TITLE of ARTICLE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	color: #ffffff;
	line-height: 12px;
	font-weight: bold;
}


.header_title { /*TITLE of ARTICLE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 3px;
}

.header_name { /*NAME of Submitter*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #e7c760;
	line-height: 12px;
	font-weight:bold;
}

.header_date { /*DATE of Submission*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-indent: 10px;
	color: #ffffff;
}

.header_break { /*DATE of Submission*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #CAA647;
}

.body_text { /*MAIN BODY TEXT*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	line-height: 19px;
	width: 100%;
}

.recipe_title { /*RECIPE TITLE TEXT*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #e7c760;
	line-height: 18px;
	font-weight: bold
}

.recipe_title_sub { /*RECIPE SUB TITLES*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #e7c760;
	line-height: 22px;
	font-weight: bold;
}

.recipe_divider { /*RECIPE DIVIDER*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #e7c760;
	line-height: 12px;

}

.submit_sectitle { /*SUBMIT SECTION TITLE (NAME/EMAIL/ADDRESS ETC)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #e7c760;
	line-height: 22px;
	font-weight: bold;
}

.submit_secsub { /*SUBMIT SECTION SUB TITLE (FIRST/LAST/STREET ADDRESS ETC)*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #a9a9a9;
	line-height: 12px;
}


