/** Gloabal Settings **/

@charset "utf-8";
body {
	font-family: 'Raleway';
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #FFF;
}

/* raleway-100 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v28-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
}


/**************************** HEADER SETTINGS************************************/
#header {
	width: 100%;
	height: 70px;
	background-color: #FFF;
	color: #FFF;
	position:fixed;
	top: 0;
	/**opacity: 0.5;
	filter: Alpha(opacity=50);
	-moz-opacity: 0.5;
	top: 0; **/
}

.headerfix {
	width: 92%;
	min-width: 800px;
	height: inherit;
	margin-left:20px;
	position:fixed;
	outline:none;
	border:none;
}

#header h1 {
	width: 250px;
	font-size: 25px;
	font-family: 'Raleway';
	float: left;
	margin: 0;
	position: absolute;
	bottom: 0;
	border:none;
	outline:none;
	left: 0;
}

#header h1 a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
	border:none;
	outline:none;
}

#header .menu a {
	font-size: 20px;
	font-weight: 100;
	color: #000;
	text-decoration: none;
	text-align: right;
	width: 100px;
	border:none;
	outline:none;
}

#header .menu {
	margin: 0px;
	list-style-type: none;
	position: absolute;
	margin-top:auto;
	bottom: 0;
	right: 0;
	border:none;
	outline:none;
}

#header .menu li {
	font-family: 'Raleway';
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#header .menu li a:hover,
#ArcSite #navArc a,
#PorSite #navPeo a,
#MusSite #navMus a,
#TraSite #navTra a,
#AboSite #navAbo a {
	 color:#999;
}

/**************************** CONTENT SETTINGS************************************/

#content {
	background-color:#FFF;
	width: 100%;
	margin: 0 auto;
	margin-top: 80px;
	height: 100%;
}

#index_wrapper {
    width: 98,5%;
	min-width: 1280px;
	height: 100%;
	min-height: 450px;
	margin: 20px 10px 0px 10px;
	border:0;
}


#wrapper {
    width: 98,5%;
	min-width: 100px;
	height: 100%;
	min-height: 450px;
	margin: 20px 10px 0px 10px;
}

#inner-wrap {
    float:left;
    margin-right:-32767px;/*Be safe with Opera's limited neg margin of -32767px*/
}

.img-wrap {
	position: relative;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 5px;
	border: 0;
}

.img-wrap p {
	font-family: 'Raleway';
	font-align: left;
	font-size: 14px;
	font-weight:100;
	color: #000;
	margin: 0;
}

.img-wrap2 {
	position: relative;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 15px;
	border:0;
}
 
.img-wrap2 p {
	font-family: 'Raleway';
	font-align: left;
	font-size: 14px;
	font-weight:100;
	color: #000;
	margin: 0;
}

#contenttext {
	width: 60%;
	margin-top: 100px;
	margin-left: 30px;
}

#contenttext p {
	font-family: 'Raleway';
	text-align: left;
	font-size: 14px;
	color: #000;
	margin-left: 10px;
}

#contenttextabout {
	width: 60%;
	position:absolute;
	margin-top: 30px;
	margin-left: 420px;
}

#contenttextabout p {
	font-family: 'Raleway';
	font-align: left;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	color: #000;}
	a:link		{ font-weight:200; color:#000; text-decoration:none; }
	a:visited	{ font-weight:200; color:#000; text-decoration:none; }
	a:focus		{ font-weight:200; color:#000; text-decoration:none; }
	a:hover		{ font-weight:200; color:#999; text-decoration:none; }
	a:active	{ font-weight:200; color:#000; text-decoration:none; }
	}
	

.aboutpic {
	width: 350px;
	height: 350px;
	margin-left: 500px;
	margin-top: 100px;
	position: relative;
}


/********************************* FOOTER ************************************************/
