
/* CSS for philippavia.com */

/* style.css */

/*
--------------------------------------
Copyright Bolt Action Design 2012.
May not be duplicated or reproduced.
-------------------------------------- */


/* Global Styles */

div {
	margin:0;
	padding:0;
}

p {
	margin-top:0;
	margin-bottom:12px;
	line-height:1.4em;
}

a {
	color:#3399CC;
	text-decoration:none;
}

body {
	background: #FFFFFF;
	margin: 0 auto; 
	padding: 0;
}


.scroll-pane
			{
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:0.7em;
				width:90%;
				height: 462px;
				margin-top:8px;
				padding-right:20px;
				padding-left:10px;
				overflow: auto;
			}
			

#container {
	width: 1000px; 
	height: 671px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#text-block {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	height:453px;
	overflow:auto;
	overflow-x:hidden;
	padding:10px 30px 10px 10px
}

#text-blockG {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	height:433px;
	overflow:scroll;
	overflow-x:hidden;
	padding:10px 30px 10px 10px
}


#text-block-contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	height:453px;
	padding:10px 10px 10px 10px
}


img a {
	border:none;
	text-decoration:none;
}

