* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}

h1, h2, h3 {
	
}

h1 {

}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}


a {
	color: #2E3496;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/clinicalskills1.jpg);
}



/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-y;
}

/* Content */

#content {
	float: right;
	width: 540px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#content .post {
background-color:#FFFFFF;
}

#content .post h2 , #content .post h1 {
	margin-bottom: 1em;
	text-transform: none;
	font-weight: normal;
	color: #333399;
	font-size: 140%;
}

#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

#content .post p, #content .post ul, #content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
}

#content .post blockquote, #content .post ul, #content .post ul {
	margin-left:35px;
}
#content .post blockquote {
	margin:0 35px 0 35px;
	font-style: italic;
}
#content .post table td {
	
}
#content .post
ul {list-style: none;
padding: 0;
margin: 0;
}
li {
background: transparent url(images/img6.gif) no-repeat left center;
padding: 0 0 2px 25px;
}


/* side Space */

#adspace {
	float: right;
	width: 120px;
	padding: 15px 25px;
	background: url(images/img5.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 150px;
	padding: 15px;
	background: url(images/img3.gif) no-repeat;
}

.boxed {
}

.boxed h2 {
	margin: 15px 0;
	padding-left: 20px;
	background: url(images/img6.gif) no-repeat left bottom;
	font-size: 92%;
	color: #3A2403;
}

.boxed .list {
	background: url(images/img7.gif) repeat-x;
	list-style: none;
}

.boxed .list li {
	padding: 10px 0 15px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

.boxed .list h3 {
	font-size: 77%;
}

/* Menu */

#menu {
}

#menu ul {
	list-style: none;
	background: url(images/img7.gif) repeat-x;
}

#menu li {
	padding: 5px 0;
	background: url(images/img7.gif) repeat-x left bottom;
}

#menu a {
	text-decoration: underline;
}

#menu a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	width: 140px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 610px 0 20px;
	background: url(images/img8.gif) no-repeat;
	font-size: 90%;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
}
#date {
  	float: right;
	color: #7D71B3;
	font-size: 90%;
}
