* {
	margin: 0;
	padding: 0;
}
body {
	background: #003B89;
	font-family: 'Lucida Sans',Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;		
}
#container {
	background: url(http://synfinaty.com/media/image/footer.png) bottom right no-repeat;
	text-align: left;
	width:766px;
	border-right: 1px solid #11488F;
	border-left: 1px solid #11488F;
	border-bottom: 1px solid #11488F;
}
#content {
	padding-left: 38px;
	padding-right: 30px;
	padding-bottom: 20px;
}
#content ul {
	margin-left: 50px;
	margin-bottom: 40px;
}
#content ul li {
	margin-bottom: 5px;
}
#footer {
	margin-top: 10px;
	width: 766px;
	text-align: right;
	font-size: 10px;
	color: #6FA2DF;
	padding-left: 4px;
	padding-bottom: 20px;
}
#footer a {
	color: #6FA2DF;
}
#footer a:hover {
	color: #fff;
	border-bottom: none;
}
table td {
	vertical-align: top;
}
img {
	border: 0;
}
p {
	margin-bottom: 20px;
}
a {
	text-decoration: none;
	color: #F1BC2B;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
	color: #F1BC2B;
}
h1, h2, h3 {
	width: 100%;
	border-bottom: 1px solid #11488F;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
h4 {
	border-bottom: 1px solid #11488F;
	width: 100%;
}
.input {
	width: 200px;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #3675C8;
	background-color: #1a4d91;
	color: #ccc;
	font-family: tahoma;
	margin-top: 3px;
	margin-bottom: 3px;
}
.order-link:hover {
	border-bottom: none;
}
.initial {
	background: #00295F;
}
.changes {
	background: #00306F;	
}

.align-center {
	text-align: center;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
hr {
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	border-bottom: 1px solid #00224F;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#pricing {
	margin: 0;
	padding: 0;
}
#pricing td {
	margin: 0;
	padding: 10px;
}
#pricing .title-bar {
	border-bottom: 1px solid #3675C8;
}
