﻿/* макет CSS */
body {
	margin: 4px 0px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

#masthead {
	position: relative;
	width: 800px;
	height: 126px;
}

#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 800px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	text-align: justify;
}

#footer {
	width: 800px;
	color: gray;
	text-align: center;
	font-size: 95%;
}


.pageTitle {
	font-size: x-large;
	font-weight: bold;
	text-transform: capitalize;
	color: #003399;
}
img {
	border-width: 0px;
}