/*
div {
	
	border-style: solid;
	border-width: 1px;
}
*/

body {
	font: 8pt/16pt georgia; 
	color: #0b3279;
}

p { text-indent: 20px; }

img {
	border:hidden;
}

a {
	border:hidden;
	text-decoration:none;
	color: #0b3279;
}

a:visited{
  text-decoration:none;
  color: #0b3279;
}

a:hover{
	text-decoration:underline;
}

.title-class{
	font-family: georgia;
	font-size: 2.3em;
	text-align: center;
	padding-top: 3em;
}

#title-link{
	
}

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

#header{
	background-image: url(../images/header_200.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 200px;
	margin-bottom: 1em;
}

#content{
	background:#eef 0 0 no-repeat;
	padding:1em 2em 2em 2em;
	margin-left: 0px;
}

#footer {
	margin: 1em;
	padding: 1em;
	clear: both;
	text-align: right;
	font-size: 8pt;
}

.bottom-links{
	margin-left:20px;

}

.page-title{
	margin-bottom:40px;
}

.concact{
	margin-top:2px;
}

.contact-text{
	margin-top:0px;
	text-indent:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.app-preview{
	height:150px;
	max-height:150px;
	margin-bottom:50px;
}

.app-title{
	margin-bottom:0px;
	padding-bottom:0px;
}

.app-description{
	margin-top:0px;
	padding-top:0px;
	text-indent: 0px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.app-itunes-link{
	position:relative;
	top:3px;
}

.app-details{
	margin-top:5px;
	padding-top:0px;
	text-indent: 0px;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:.8;
}

.app-details-no-link{
	margin-top:5px;
	padding-top:0px;
	text-indent: 0px;
	margin-bottom:0px;
	padding-bottom:0px;
	line-height:1.3;
}

.featured-image{
	float:left;
	padding-right: 2em;
	width: 100px;
	height: 100px;
}

.content-curve-border{
	margin-left: 0px;
}

.b1f, .b2f, .b3f, .b4f{font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#eef; margin:0 5px;}
.b2f {height:1px; background:#eef; margin:0 3px;}
.b3f {height:1px; background:#eef; margin:0 2px;}
.b4f {height:2px; background:#eef; margin:0 1px;}


