*{
	/* Universal reset: */
	margin:0;
	padding:0;
}

header,footer,
article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
}

body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:1em;
	color:#000;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

/* Headings: */

h1,h2,h3{
	font-family:"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	text-shadow:0 1px 1px white;
}

h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	/* The slogan text */
	font-family:forte,"Myriad Pro","Helvetica Neue",Helvetica,Arial,Sans-Serif;
	font-size:2em;
	font-weight:normal;
	margin:0 0 1em;
}


h2{
	font-size:2.2em;
	font-weight:normal;
	letter-spacing:0.01em;
	text-transform:uppercase;
}

p{
	line-height:1.5em;
	padding-bottom:1em;
}

.line{
	/* The dividing line: */
	height:1px;
	background-color:red;
	border-bottom:1px solid red;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#000000;
	border-bottom-color:#efefef;
	margin:1.3em 0;
}

footer .line{
	margin:2em 0;
}

nav{
	background-color:#F00;
	padding:0 5px;
	float:inherit;
	top:4em;
	border:1px solid #FCFCFC;
	-moz-box-shadow:0 1px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

nav ul li{
	display:inline;
}

nav ul li a,
nav ul li a:visited{
	color:#fff;
	display:block;
	float:left;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 2px;
	padding:7px 10px 4px;
	text-shadow:0 1px 1px #000000;
	text-transform:uppercase;
}

nav ul li a:hover{
	text-decoration:none;
	background-color:#fff;
	color:#000;
	text-shadow:0 1px 1px #fff;
}

nav, article, nav ul li a,figure{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Article styles: */

#page{
	width:960px;
	margin:0 auto;
	position:relative;
}

article{
	background-color:#efefef;
	margin:3em 0;
	padding:20px;
	
	text-shadow:0 2px 0 white;
}

figure{
	border:3px solid #142830;
	float:left;
	height:454px;
	margin-left:15px;
	overflow:hidden;
	width:438px;
	text-align:center;
	line-height:20px;
	font-size:17px;
}

figure:hover{
	-moz-box-shadow:0 0 2px #4D7788;
	-webkit-box-shadow:0 0 2px #4D7788;
	box-shadow:0 0 2px #4D7788;
}

figure img{
	margin-left:-60px;
}


figure1{
	border:3px solid #142830;
	float:right;
	height:454px;
	margin-left:10px;
	overflow:hidden;
	width:438px;
	text-align:center;
	line-height:20px;
	font-size:17px;
}


/* Footer styling: */

footer{
	margin-bottom:30px;
	text-align:center;
	font-size:0.825em;
	background-color:#F00;
	padding-bottom:15px;
	
}


footer p{
	margin-bottom:-2.5em;
	position:relative;
	
}

footer a,footer a:visited{
	color:#000;
	display:block;
	z-index:100;
	position:relative;
}

footer a:hover{
	text-decoration:none;
	background-color:#fff;
}

footer a.by{
	float:left;
	margin-left:20px;
	margin-bottom:20px;


}

footer a.up{
	float:right;
	margin-right:20px;
	margin-bottom:20px;

}

		footer .address1{
			font-size:14px;
			color:#000;
			background-color:#FFF;
			display:block;
			height:70px;
			padding:10px;
			
			
			
		}


P a{
	text-shadow:0 0px 0px white;

}

footer .logo{
	float:left;
	margin-left:20px;
	padding:10px;}
	
	footer .logo1{
		margin-right:20px;
		float:right;
padding:10px;}
		