/***************** General Styles *****************/
	
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: "Oswald", Arial, serif;
	text-transform: uppercase;
	margin-bottom: 20px;	
}

h1 {font-size: 28px;}
h2 {font-size: 22px;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}

/*-------------------*/
/* GENERAL SETTINGS  */
/*-------------------*/

.blank {}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
	background-color: #1D2965;
}

/*------------------- TOP HEADER ---------*/

.cBoth {clear: both;}

#Header {
	height: 80px;
	background-color: #000;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #013366;
	padding-top: 10px;
}

#Header_Size {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 80px;
}

a#logo {
	float: left;
}
#alogo {
	float: left;
	height: 80px;
	width: 355px;
}

#nav {
	float: right;
	margin-top: 2px;
	position: relative; /* Setting this so that z-index will work */
	z-index: 10;
}

#nav li {
	position: relative;
	float: left;
}

#nav li a {
	background-color: #000;
	color: white;
	
	padding: 28px 40px;
	float: left;
	
	font-size: 14px;
	font-family: "Droid Sans", Arial, serif;
	text-transform: none;

	margin-right: 5px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


	/* Some CSS3 Transitions */
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

	#nav li a:hover {
		text-decoration: none;
		color: #a9adb7;
	}


/* Submenu */
#nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	
	background-color: #2f3134;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border-top: 1px solid white;
}

#nav li ul li {
	border-bottom: 1px solid #3e4043;
}

#nav li ul li:last-child {
	border-bottom: none;
}

#nav li ul li a {
	width: 200px;
	padding: 10px 15px;
}

	#nav li:hover > ul {
		display: block;
	}

/* Submenu level 3 */
#nav li ul li ul {
	border-top: none;
}

	#nav li ul li:hover ul {
		left: 100%;
		top: 0;
	}

	a#activeMenu {
	background-color: #036 !important;
	color: #FFF !important;
	height: 15px;
	}
#wrapper {
	text-align: center;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
}
#banner {
	margin-top: 0em;
	margin-bottom: 0em;
	background-color: #FFFFFF;
	text-align: center;
	width: 940px;
	height: 320px;
	padding-left: 10px;
	padding-top: 5px;
}
#content {
	background-image: url(../images/BG_index.jpg);
	background-position:right bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	float: left;
}

#tagLine {
	height: 165px;
	background-image: url(../images/Home_Tag.png);
}
#content-Welcome {
	float: left;
	width: 887px;
	height: 407px;
	margin-left: 63px;
	margin-top: 10px;
}
#space-Welcome {
	width: 670px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #89A7CA;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
}
#main-type {
	width: 670px;
	height: 360px;
	float: left;
}
#main-type_left  {
	float: left;
	width: 260px;
	margin-right: 55px;
	display: block;
}
#main-type_right  {
	float: left;
	width: 260px;
	margin-right: 55px;
	display: block;
}
#main-type p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #212D69;
	text-align: left;
	font-weight: normal;
	line-height: 22px;
	font-style: normal;
	font-variant: normal;
	white-space: normal;
	text-indent: 22px;
	word-spacing: normal;
	letter-spacing: normal;
	margin-left: 10px;
	padding-top: 10px;
	height: 160px;
}
#main-type a  {
	color: #BECBF0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	font-family: "Droid Sans", Arial, serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100px;
}
#main-type .BTN p  {
	margin-top: 0px;
	padding-top: 0px;
	height:20px;
	color: #1B2850;
	font-style: italic;
	font-size: 11px;
	text-align: left;
}
#main-type .BTN a {
	padding-top: 7px;
	background-color: #89A7CB;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-bottom-color: #1A264C;
	border-left-color: #036;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #036;
	color: #FFF;
	width: 155px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	text-align: left;
}
#main-type .BTN a:hover {
	padding-top: 7px;
	background-color: #465798;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-bottom-color: #1A264C;
	border-left-color: #036;
	border-top-width: .5px;
	border-top-style: solid;
	border-top-color: #036;
	width: 155px;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 10px;
	color: #F2F3F5;
	text-align: left;
}
/*---*/

#content-services {
	float: left;
	width: 887px;
	background-color: #F2F3F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	overflow: hidden;
	padding-bottom: 30px;
	padding-left: 63px;
	height: 300px;
}
#space-services {
	width: 887px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #89A7CA;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content-services .service {
	width: 225px;
	margin-right: 63px;
	float: left;
}
#content-services .service h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 2px;
}
#content-services .service p{
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 205px;
	color: #013366;
	margin-left: 10px;
	margin-top: 5px;
	text-align: left;
}
.Hello {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.65em;
	font-weight: bold;
	color: #89A7CA;
}
#profile-holder {
	height: 49em;
	margin-bottom: 0em;
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 0.5em;
	background-image: url(../images/Profile/profile_BG.jpg);
	background-repeat: no-repeat;
	padding-top: 0.5em;
}
#profile-header {
	height: 5.5em;
	text-align: right;
}
#profile-Left {
	width: 29.5em;
	height: 33.75em;
	margin-top: .5em;
	margin-left: 0.5em;
	float: left;
}
#profile-Right {
	width: 28em;
	height: 25em;
	margin-top: .5em;
	float: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#profile-pics {
	height: 8.25em;
	width: 28em;
	background-color: #FFFFFF;
	float: right;
	margin-top: 0.5em;
	margin-right: 0.5em;
}
#profile-pics ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}
#profile-pics li img {
	float: left;
	margin-top: .25em;
	margin-right: .25em;
	margin-bottom: .25em;
	margin-left: .25em;
}
#profile-tags {
	height: 8.25em;
	width: 30em;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0em;
	background-image: url(../images/Profile/Contact_Me.jpg);
}
#profile-pics_low {
	height: 8.25em;
	width: 28em;
	background-color: #FFFFFF;
	float: right;
	margin-top: 0em;
	margin-right: 0.5em;
}

#profile-pics2 {
	height: 8.25em;
	width: 59em;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0em;
	margin-right: 0.5em;
}
#profile-pics2 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}
#profile-pics2 li img {
	float: left;
	margin-top: .25em;
	margin-right: .25em;
	margin-bottom: .25em;
	margin-left: .25em;
}
#portfolio-holder {
	height: 200em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	background-image: url(../images/Portfolio/portfoilo_BG.jpg);
	background-repeat: repeat;
}
#portfolio-holder-web_identity {
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 0.5em;
	background-image: url(../images/Portfolio/portfoilo_BG.jpg);
	background-repeat: repeat;
}
#portfolio-holder-illustration {
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 1em;
	background-image: url(../images/Portfolio/portfoilo_BG.jpg);
	background-repeat: repeat;
	padding-top: 0.5em;
}
#portfolio-banner {
	height: 5em;
	background-color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/Portfolio/portfoilo_banner.jpg);
}
#portfolio-web {
	width: 37.6em;
	height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #89A7CA;
	text-align: left;
	padding-left: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: .5em;
}
#portfolio-work1 {
	height: 16em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	width: 58em;
	text-align: left;
	margin-top: 0.5em;
}
#portfolio-work1_pic {
	height: 15em;
	width: 27.5em;
	margin: 0.5em;
	float: left;
}
#portfolio-ill {
	height: 15em;
	width: 27.5em;
	margin: 0.5em;
	float: left;
}
#portfolio-work1_sPic {
	height: 15em;
	width: 2em;
	float: left;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
#portfolio-work1_sPic ul {
	margin: 0em;
	padding: 0em;
	list-style-image: none;
	list-style-type: none;
}
#portfolio-work1_sPic li {
	margin-bottom: 0.25em;
}
#portfolio-work1_Info {
	height: 15em;
	width: 26em;
	float: left;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
#portfolio-work1_Info a:link {
	color: #89A6CA;
}
#portfolio-work1_Info a:visited {
	color: #89A6CA;
}
#portfolio-work1_Info  a:hover {
	color: #232F6B;
}
#portfolio-space {
	width: 38.3em;
	height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #89A7CA;
	text-align: left;
	padding-left: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#contact-banner {
	height: 5em;
	background-color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../images/Contact/contact_banner.jpg);
	width: 45.5em;
	float: left;
}
#contact-main {
	height: 30em;
	width: 59em;
	background-image: url(../images/Portfolio/portfoilo_BG.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	margin-top: 0em;
}
#contact-holder {
	height: 30em;
	width: 45.5em;
	background-repeat: repeat;
	float: left;
}
#contact-email {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	box-shadow: 2px 2px 8px #644F57;
	-moz-box-shadow: 2px 2px 8px #644F57;
	-webkit-box-shadow: 2px 2px 8px #644F57;
	background: rgba(164, 173, 183, .15);
	height: 20em;
	width: 34.5em;
	margin-top: 1em;
	padding-top: 3em;
	padding-bottom: 0em;
	padding-left: 6em;
	float: left;
	margin-left: 3.5em;
	margin-right: 1em;
	background-position: 164;
	margin-bottom: 0em;
}
#contact-email_Thanks {
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	box-shadow: 2px 2px 8px #644F57;
	-moz-box-shadow: 2px 2px 8px #644F57;
	-webkit-box-shadow: 2px 2px 8px #644F57;
	background: rgba(164, 173, 183, .15);
	height: 13em;
	width: 38.5em;
	margin-top: 1em;
	padding-top: 10em;
	padding-bottom: 0em;
	padding-left: 2em;
	float: left;
	margin-left: 3.5em;
	margin-right: 1em;
	background-position: 164;
	margin-bottom: 0em;
}
#contact-info {
	height: 23.5em;
	width: 12em;
	margin-top: 6em;
	padding-top: 0em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	float: left;
	margin-left: 1em;
	text-align: center;
	margin-right: 0.5em;
}
#contact-mail {
	height: 3em;
	width: 12em;
	float: left;
	text-align: center;
	background-image: url(../images/Contact/mail.png);
	padding-top: 7.5em;
	background-repeat: no-repeat;
}
#contact-phone {
	height: 3em;
	width: 12em;
	float: left;
	text-align: center;
	background-image: url(../images/Contact/phone.png);
	padding-top: 7.5em;
	background-repeat: no-repeat;
	margin-top: 2.5em;
}
#contact-facebook {
	height: 2em;
	width: 12em;
	float: left;
	text-align: center;
	background-image: url(../images/Contact/facebook.png);
	padding-top: 2.6em;
	background-repeat: no-repeat;
	margin-top: .5em;
}
#contact-linkedin {
	height: 2em;
	width: 12em;
	float: left;
	text-align: center;
	background-image: url(../images/Contact/linkedin.png);
	padding-top: 2.6em;
	background-repeat: no-repeat;
	margin-top: .5em;
}
#contact-links {
	height: 4em;
	width: 59em;
	background-image: url(../images/Portfolio/portfoilo_BG.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	margin-top: 0em;
}



#footer {
	clear: both;
	text-align: left;
	font-family: "Droid Sans", Arial, serif;
	font-size: 13px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 950px;
	padding-bottom: 15px;
	padding-top: 25px;
}
#footer .logo a {
	display:block;
	height:80px;
	width:140px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -30px -120px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
	float: left;
	text-indent: -999999px;
}
#footer .headers{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	font-family: "Droid Sans", Arial, serif;
	margin-bottom: 10px;
}

#footer .menu {
	float: left;
	position: relative; /* Setting this so that z-index will work */
	z-index: 10; /* Set z-index to 10 to show the menu over the slider below */
	width: 200px;
}

#footer .menu li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 22px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1.5px;
	border-bottom-color: #465798;
}
#footer .menu li a.active {
	display: block;
	width: 178px;
	color: #003;
}

#footer .menu li a.closed {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #FFF;
	background-image: url(../images/sprite2.png);
}

#footer .menu li a.closed:hover {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #000;
	background-image: url(../images/sprite2.png);
	background-color: #F4F3F8;
}

#footer .menu li a.opened {
	background-attachment: scroll;
	background-image: url(../images/sprite2.png);
	background-repeat: no-repeat;
	color: #FFF;
	background-position: 0px -29px;
}

#footer .menu li a.opened:hover {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px -29px;
	color: #000;
	background-image: url(../images/sprite2.png);
	background-color: #F4F3F8;
}

#footer .menu li .sub-menu li a {
	padding-left: 40px;
	width: 160px;
	display: block;
	color: #FFF;
}

#footer .menu li .sub-menu li a:hover {
	padding-left: 40px;
	width: 160px;
	display: block;
	color: #000;
	background-color: #F4F3F8;
}
#footer .menu li .sub-menu li a.active{
	display: block;
	width: 178px;
	color: #003;
}

#footer .menu .sub-menu.closed {
	display: none;
} 

	
#footer .menu li a.link {
	display: block;
	width: 178px;
	color: #FFF;
	}
#footer .menu li a.link:hover {
	background-repeat: no-repeat;
	display: block;
	width: 178px;
	color: #000;
	background-color: #F4F3F8;
	}
	
#footer .social {
	float: left;
	margin-top: 2px;
	position: relative; /* Set z-index to 10 to show the menu over the slider below */
	width: 100px;
	margin-top: 0px;
	border-right-style: solid;
	border-left-style: solid;
	margin-left: 20px;
	color: #FFF;
}

#footer .social ul {
	float: left;
	margin-left: 10px;
}

#footer .social ul li {
	margin-top: 10px;
	height: 16px;
	display: block;
	width: 84px;
}

#footer .social ul li a {
	height:16px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -5px -50px;
	display: block;
	float: left;
	text-indent: 25px;
	width: 16px;
}

#footer .social ul li a.facebook {
	background-position: -133px -92px;
	color: #FFF;
}

#footer .social ul li a.facebook:hover {
	background-position: -133px -68px;
	color: #313A74;
}

#footer .social ul li a.linkedin {
	background-position: -159px -92px;
	color: #FFF;
}

#footer .social ul li a.linkedin:hover {
	background-position: -159px -68px;
	color: #313A74;
}
#footer .social ul li a.flicker {
	background-position: -108px -92px;
	color: #FFF;
}
#footer .social ul li a.flicker:hover {
	background-position: -108px -68px;
	color: #313A74;
}
#footer .social ul li a.google {
	background-position: -82px -92px;
	color: #FFF;
}
#footer .social ul li a.google:hover {
	background-position: -82px -68px;
	color: #313A74;
}
#footer .resume {
	float: left;
	margin-top: 2px;
	position: relative; /* Set z-index to 10 to show the menu over the slider below */
	width: 175px;
	margin-top: 0px;
	border-right-style: solid;
	border-left-style: solid;
	margin-left: 20px;
	color: #FFF;
}
#footer .resume .link a{
	padding-top: 7px;
	padding-bottom: 5px;
	background-color: #465798;
	margin-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-bottom-color: #1A264C;
	border-left-color: #036;
	border-top-width: .5px;
	border-top-style: solid;
	border-top-color: #036;
	width: 155px;
	padding-left: 15px;
}
#footer .resume .link a:hover {
	padding-top: 7px;
	padding-bottom: 5px;
	background-color: #F2F3F5;
	margin-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #036;
	border-bottom-color: #1A264C;
	border-left-color: #036;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #036;
	color: #465798;
	padding-left: 15px;
}
#footer .resume a  {
	color: #BECBF0;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	font-family: "Droid Sans", Arial, serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	width: 100px;
}
#footer .resume .link p{
	margin-top: 5px;
	color: #1B2850;
	font-style: italic;
	font-size: 11px;
}
#footer .resume .name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F2F3F5;
	margin-top: 15px;
}
#footer .contact {
	float: left;
	margin-top: 2px;
	width: 220px;
	margin-left: 20px;
}
#footer .contact li {
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-left: 10px;
	margin-top: 5px;
}
#footer .contact ul li a {
	color: #F2F3F5;
}
#footer .contact ul li a:hover {
	color: #313A74;
}
#footer .contact p {
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin-top: 15px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #465798;
	border-bottom-color: #465798;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
#footer .contact p a {
	color: #313A74;
}
#footer .contact p a:hover {
	color: #FFF;
}


/* -- TEST

#footer ul {
	margin: 0em;
	padding: 1em;
	list-style-image: none;
	list-style-type: none;
}
#footer li {
	text-align: center;
	display: inline;
	padding-right: 0.8em;
	padding-left: 0.8em;
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #000;
}
#footer li a:link {
	color: #000;
}
#footer li a:hover {
	color: #89A7CA;
}
#footer li a:visited {
	color: #FFF;
}
.footer-last {
}
#footer li.footer-last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

--- END TEST */

#footer-copyright {
	clear: both;
	background-color: #000;
	text-align: center;
	font-size: 14px;
	color: #313A74;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Droid Sans", Arial, serif;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #001A36;
}
.footer {
}

.Header {color: #89A6CA}
a:link {
	color: #89A7CB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #89A7CB;
}
a:hover {
	text-decoration: none;
	color: #313A74;
}
a:active {
	text-decoration: none;
}
