/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  MAIN CSS file for MJS Medical website
  created by Senseon www.senseon.co.uk


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* --- GENERAL RULES --- */


/* --- LAYOUT RULES --- */

#container {
	width: 750px;
	margin: 0 auto;
	background-color: #F2F5F9;
}

#logo {
	width: 109px;
	height: 158px;
	float: left;
	
}

#logo img {
border: 0;
	
}

#header {
	width: 630px;
	height: 68px;
	float: left;
	background-image: url(../images/mjs-header.gif);
	
}

#welcome-head {
	margin-top: 2px	;
	width: 601px;
	height: 35px;
	float: left;
	background-color: #B7C8D9;
	text-align: right;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1em;
	
}

#anim-logo {
	margin-top: 2px	;
	width: 29px;
	height: 35px;
	float: left;
	background-image: url(../images/anim-logo.gif);
}

#navlinks {
	margin-top: 7px;
	width: 630px;
	float: left;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt
	
}

#navlinks ul li {
	display: inline;
	list-style-type: none;
	padding: 5px;
}

#content {
	margin: 0 auto;
	padding: 0 20px 0 20px;
	float: left;
	width: 705px;
}

#maincontent {
	padding-top: 10px;
	float: left;
	width: 400px;
}

#maincontent-wide {
	padding-top: 10px;
	float: left;
	width: 700px;
}


#photos {
	margin-top: 20px;
	float: right	;
	width: 260px;
}

#footer {
	clear: both;
	width: 730px;
	padding-left: 10px;
	padding-right: 10px;
}
body {
	background-repeat: repeat x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-image: url(../images/medical.gif);
}

h1 {
	font-size: 170%;
	line-height: 1.2em;
	border-bottom: 1px solid #b3b89d;
	color: #003785;
}

h2 {
	font-size: 130%;
	line-height: 1.2em;
	border-bottom: 1px solid	 #b3b89d;
	color: #003785;
}

.here {
	font-weight: bold;
}

textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

p img{
	border: 2px solid #000;
}
/* links */

a {
	color: #003785;
	
}

a:hover {
	color: red;
	
}


/* links */