@charset "UTF-8";

/* Layout Medium Screens for Medium Styles 800px */

body 
{
	/* Old browsers */
}

.Page
{
	width:800px;
}

header 
{


}

#shiplogo
{
	width:100px;
	height:134px;
	padding-top:20px;
	padding-left:2px;
	background: url(../img/shipmedium100.jpg);
	background-repeat: no-repeat;
	float:left;
	display:inline-block;
}

.Logo 
{
	width:330px;
	height:134px;
	float:left;
	display:inline-block;
	padding-top:5px;
}

.Logo h1
{
	font-size:25px;
	color:#198919;
	text-align:center;
}

#menupic 
{
	width:370px;
	height:134px;
	background: url(../img/seatronmenumedium.jpg);
	background-repeat: no-repeat;
	float:right;
	display:inline-block;
}

#content 
{
	height:805px;
	width:800px;

	font-family:Ebrima;
}
.frontpic
{
	height:450px;
	width:800px;
	background: url(../img/homepicnewmedium.jpg);
	background-repeat: no-repeat;
}
/*h1 
{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	color:#1C9A0A;
}

p 
{ 
	margin:0 
}
*/

.menu 
{
	width: 800px;
    height:30px;
}

/* desktop Possible to add this to global screen styles file*/
.menu a 
{
	width:15%;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 16px;
    padding: 4px;
	text-align: center;
}

content img
{
	width:800px;
}

article 
{
	height:250px;
	width:800px;
	font-size:14px;
	padding: 20px 20px 10px 20px;
}

#agents 
{
	height:300px;
	width:800px;
	text-align:center;
}

agents img 
{
	width:800px;
}

.bottom 
{
	height:20px;
	width:800px;
	display:block;
	background-color:#009100;
	font-family: Arial,Verdana;
	text-align: center;
}

.bottom a 
{
	width:70px;
	color: #FFF;
	font-size:13px;
	padding:20px;
	text-decoration:none;
}

.bottom a:hover
{
	color:#000;
}

footer 
{
	height:20px;
	width:800px;
	padding-top: 5px;
	text-align: center;
}

#footertext 
{
	color: #000;
	width:800px;
	font-family:Arial,Verdana;
	font-size: 10px;
	padding:3px;
}

footer a
{
	color:#000;
}