/*------------------------Free Resume Templates .info Style Sheet------------------------*/

/*------------------------Body-----------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #E0F3FA;
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	color: #222222;
}

a {
	text-decoration: none;
	color: #7DA3DF;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #C3D9FF;
}

#wrap {
	margin: 10px auto;
	width: 800px;
}

/*------------------------Header-----------------------*/

#header {
	height: 70px;
	background: #E0F3FA url(header.jpg) no-repeat;

}

#header h1 { 
	font-size: 25px;
	padding: 32px 0 0 40px;
	color: #000000;
}

#header h1 a { 
	color: #3F89FF;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: 3px;
}

#header h1 a:hover {
	color: #C3D9FF;
}

/*------------------------Content-----------------------*/

#content {
	background: #E0F3FA url(content.jpg) repeat-y;
	padding: 0 20px;
}

.right {
	float: right;
	width: 570px;
	text-align: justify;
	padding-top: 10px;
}

.right h2 {
	font-size: 18px;
	font-weight: 100;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	background: #C3D9FF;
}

.left {
	float: left;
	width: 180px;
	padding-top: 10px;
}

.left h2 {
	padding-left: 10px;
	height: 26px;
	line-height: 26px;
	background: #C3D9FF;
	color: #FFFFFF;
	font-size: 13px;
}

.left ul {
	padding: 10px 0 15px 20px;
	color: #C3D9FF;
}

.left ul li a {
	text-decoration: none;
	font-weight: 600;
}

.articles { 
	padding: 10px; 
	line-height: 19px;
}

.articles ul {
	margin: 0 0 0 50px;
}

.indent {
	padding: 10px;
	margin: 0 20px 0 20px;
	line-height: 19px;
}

.letter ul {
	margin: 10px 0 20px 0;
}

.letter ul li {
	margin: 2px 0px 2px 0px;
}

.download {
	margin-bottom: 10px;
	text-align: center;
}

/*------------------------Advertising-----------------------*/

#adstop {
	padding: 8px 0 0 0;
	text-align: center;
	height: 22px;
	line-height: 30px;
	background: #E0F3FA url(menu.jpg) no-repeat;
}

#adsright {
	margin-bottom: 10px;
	text-align: center;
}

.adsleft {
	margin: 10px 0px 10px 0px;
	text-align: center;
}

/*------------------------Images-----------------------*/

.leftimg img {
	margin: 15px 15px 5px 10px;
	float: left;
}

.rightimg img {
	margin: 15px 0px 10px 20px;
	float: right;
}

.letterimg img {
	margin: 10px 25px 0px 10px;
	float: left;
}

/*------------------------Footer-----------------------*/

#bottom {
	background : #E0F3FA url(bottom.jpg) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #AAAAAA;
}

#footer a { 
	color: #AAAAAA;
	font-weight: normal; 
}

#footer a:hover { 
	color: #111111; 
}