/* @override http://new.tokyoacidcru.com//public/stylesheets/styles.css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background: #000;
  color: #9D9EA0;
  font: 62.5% Tahoma, Verdana, Arial, Helvetica, sans-serif;	
  text-align: center;
}

p.pink {
	color: #ff17ff;
	text-transform: uppercase;
}

span.pink {
	color: #ff17ff;
}

p {
	padding: 5px;
}



/* links  */

a {
  color: #ff17ff;
  text-decoration: none;
}
a:hover { color: #ff17ff;
text-decoration: underline; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background-image: url(../images/page_bg.png);
  margin: 0 auto;
  text-align: left;
  width: 850px;
  padding: 80px;
  max-height: 600px;
  min-height: 600px;
}
#header {
  border-top: 1px solid #ff17ff;
  border-bottom: 1px solid #ff17ff;
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  height: 140px;
  padding-top: 10px;
  position: relative;
}
#nav {
  bottom: 0;
  margin-top: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
  right: 0px;
  left: 50px;  
  border-top: 1px solid #ff17ff;
}
#content {
	overflow-y: scroll;
	height: 450px;
}
#left {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 30px 20px 30px 0px;
  min-height: 200px;
  width: 225px;
}
#right {
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 30px 30px 20px 20px;
  width: 525px;
}
#footer {
  border-top: 1px solid #ff17ff;
  clear: both;
  color: #aaa;
  font-size: 1.1em;
  height: 70px;
}









#profile_TAC_01,
#profile_TAC_02,
#profile_TAC_03,
#profile_TAC_04
 {
	width: 210px;
	height: 160px;
	background-color: black;
	border: 1px solid white;
	margin: 10px;
	padding: 15px 5px 5px 5px;
	left: 0px;
}

#profile_TAC_01 { float: left; }
#profile_TAC_02 { float: right; }
#profile_TAC_03 { float: left; }
#profile_TAC_04 { float: right; }





h3 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 7px;
}

h3.TAC_01 { color: #ff03ea; }
h3.TAC_02 { color: #baff00; }
h3.TAC_03 { color: #0799ff; }
h3.TAC_04 { color: #fc050e; }

span.TAC_01 { color: #ff03ea; }
span.TAC_02 { color: #baff00; }
span.TAC_03 { color: #0799ff; }
span.TAC_04 { color: #fc050e; }

#profile_left {
	float: left;
	width: 90px;
}

#profile_right {
	float: right;
	width: 120px;
}








#right ul {
	display: inline;
}

#right li {
	display: block;
}






/* navigation */

#nav ul {
float: right;
  display: inline;
}
#nav li {
	padding-top: 15px;  display: block;
  float: left;
  list-style: none;
}
#nav li a {
  color: #9D9EA0;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 0px 20px 0px 20px;
  text-align: center;
  text-decoration: none;
  border-right: 1px #ff17ff solid;
}
#nav li a:hover,
#nav li a.current { color: #ff17ff; }


/* content */

#right h2 {
  color: #ff17ff;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}

#right p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}


/* footer */

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: right;
}

/* misc */

a img { border: none; }

/* classes */

.right, .left {
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}


img, div { behavior: url(iepngfix.htc); }