html,body {
	margin:0px;
	padding:0px;
	width: 100%;
	height:100%;
	border:none;
	background-color: white;
	/*background-attachment: fixed;
	background-image: url("/images/dreamjammies.jpg");
  	background-repeat: no-repeat;*/
  	overflow:hidden;
}

* {
	outline: none;
	border: none;
}

#bg {
	position:absolute;
/*	width:200%;
	height:200%;
	top:-50%;
	left:-50%;*/
	z-index: 0;
	opacity: 0;
}

#house {
	position:absolute;
	left:25px;
	bottom:25px;
	z-index: 2;
	opacity: 0;
	-moz-transform: rotate(-10deg);
}

#housemenu {
	position:absolute;
	left:95px;
	bottom:35px;
	z-index: 2;
	opacity: 0;
	background: black;
	color: white;
}

#housemenu p {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;
}

#house img {
	width: 60px;
	display: inline;
}

#houseworks {
	position: absolute;
	top: 80px;
	left: 200px;
	z-index: 1;
	opacity: 0;
}

#houseworks p {
	color: #000000;
	font-style: italic;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;
	display: inline;
}

#houseworks img {
	display: inline;
	width: 100px;
}

#dress {
	position:absolute;
	left:105px;
	bottom:75px;
	z-index: 2;
	opacity: 0;
	-moz-transform: rotate(15deg);
	/*-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	rotation: 180deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/
}

#dressmenu {
	position:absolute;
	left:160px;
	bottom:130px;
	z-index: 2;
	opacity: 0;
	background: black;
	color: white;
}

#dressmenu p {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;
	padding: 5 5 5 5px;
}

#dressworks {
	position: absolute;
	top: 240px;
	left: 200px;
	z-index: 1;
	opacity: 0;
}

#dressworks p {
	color: #000000;
	font-style: italic;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;
	display: inline;
}

#dressworks img {
	display: inline;
	width: 100px;
}

#iphone {
	position:absolute;
	left:35px;
	bottom:125px;
	z-index: 2;
	opacity: 0;
	-moz-transform: rotate(-5deg);
}

#iphone img {
	height: 50px;
}

#iphonemenu {
	position:absolute;
	left:75px;
	bottom:170px;
	z-index: 2;
	opacity: 0;
	background: black;
	color: white;
}

#iphonemenu p {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;
	padding: 5 5 5 5px;
}

#iphoneworks {
	position: absolute;
	top: 390px;
	left: 200px;
	z-index: 1;
	opacity: 0;

}

#iphoneworks p {
	color: #000000;
	font-style: italic;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;
	display: inline;
}

#iphoneworks img {
	display: inline;
	width: 100px;
}

#material {
	position:absolute;
	left:175px;
	bottom:82px;
	z-index: 2;
	opacity: 1;
	-moz-transform: rotate(-5deg);
}

#bg2 {
	position:absolute;
/*	width:200%;
	height:200%;
	top:-50%;
	left:-50%;*/
	z-index: 0;
	opacity: 1;
}

#menu {
	position: absolute;
	top: 5px;
	left: 30px;
	z-index: 1;
}

#menu a {
	color: #000000;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin-right: 10px;
}

#menu a:hover {
	color: #f22d94;
	text-decoration: none;
	margin-right: 10px;
}

#menu a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
	margin-right: 10px;
}

#menu a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
	margin-right: 10px;
}

#category {
	position: absolute;
	top: 30px;
	left: 60px;
	z-index: 1;
}

#category p {
	color: #000000;
	font-style: italic;
	font-family: Gill sans, sans-serif;
	font-size: 14px;
	vertical-align: top;
	margin: 0px;
}

#category a {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	vertical-align: top;
}

#category a:hover {
	color: #000;
	text-decoration: none;
}

#category a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#category a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#alexfooter img {
	position: absolute;
	bottom: 5px;
	right: 5px;
	border: 0px;
	width: 60px;
}
/*
#main {
	opacity: 1;
	top: 50%;
	position: absolute;
	left: 50%;
	z-index: 1;	
	background-color: white;
}

#main table {
	border-collapse: collapse;
} 

#mainDiv0 {
	position: absolute;
}

#mainDiv1 {
	position: absolute;
}

#mainDiv2 {
	position: absolute;
}

#mainDiv3 {
	position: absolute;
}

#mainDiv4 {
	position: absolute;
}

#mainDiv5 {
	position: absolute;
}

#mainDiv6 {
	position: absolute;
}

#mainDiv7 {
	position: absolute;
}

#mainDiv8 {
	position: absolute;
}

#main p {
	position: absolute;
	color: white;
	background-color: black;
	opacity: 0.5;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	padding: 5px;
	bottom: 0px;
	right: 3px;
}

#main img {
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
}
*/
#workLeft {
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	text-indent: 10px;
	color: #000000;
	position: absolute;
	background-color: white;
	left: 50%;
}

#workLeft p.title {
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
}

#workLeft p.noindent {
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	text-indent: 0px;
	color: #000000;
}

#workLeft p.credits {
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	text-indent: 0px;
	color: #000000;
}

#workLeft a {
	color: #000000;
	text-decoration: none;
}

#workLeft a:hover {
	color: #f22d94;
	text-decoration: none;
}

#workLeft a.underline {
	color: #000000;
	text-decoration: underline;
}

#workLeft input[type=text] {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
	height: 18px;
}

#workLeft input {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#workLeft input[type=submit] {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	height: 18px;
}

#workLeft input:hover[type=submit] {
	background-color: #000;
	color:#fff;
	text-decoration:none;
}

#workLeft_ja {
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	text-indent: 10px;
	color: #000000;
	position: absolute;
	background-color: white;
	left: 50%;
}

#workLeft_ja p.title {
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
}

#workLeft_ja p.noindent {
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: justify;
	text-indent: 0px;
	color: #000000;
}

#workLeft_ja p.credits {
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	text-indent: 0px;
	color: #000000;
}

#workLeft_ja a {
	color: #000000;
	text-decoration: none;
}

#workLeft_ja a:hover {
	color: #f22d94;
	text-decoration: none;
}

#workLeft_ja a.underline {
	color: #000000;
	text-decoration: underline;
}

#workLeft_ja input[type=text] {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
	height: 18px;
}

#workLeft_ja input {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#workLeft_ja input[type=submit] {
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	height: 18px;
}

#workLeft_jaa input:hover[type=submit] {
	background-color: #000;
	color:#fff;
	text-decoration:none;
}

#workCenter {
	position: absolute;
	opacity: 1;
	left: 50%;
	z-index: 1;	
	background-color: white;
	text-align: center;
}

#workCenter img {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	text-align: center;
	margin: 0 0 3 0px;
}

#workCenter p {
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 550px;
	text-align: center;
	margin: 0px auto auto auto;
}

#workCenter p.image {
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #000000;
	text-indent: 0px;
	margin: 0px auto auto auto;
}

#workRight {
	position: absolute;
	background-color: white;
	left: 50%;
}

#workRight img {
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
	text-align: center;
	margin: 0 0 0 0px;
}

#access {
	opacity: 1;
	position: absolute;
	z-index: 1;	
	/*top: 30px;
	left: 30px;
	background-color: white;*/
	background-color: white;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	height: 525px;
	margin-top: -262.5px;
	z-index: 1;
	text-align: center;
	vertical-align: middle;
}

#access p {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
}

#access table {
	border-collapse: collapse;
	vertical-align: top;
}

#access td {
	padding: 3px;
	vertical-align: top;
}

#contact {
	opacity: 1;
	position: absolute;
	z-index: 1;	
	/*top: 30px;
	left: 30px;
	background-color: white;*/
	background-color: white;
	top: 50%;
	left: 50%;
	margin-left: -262.5px;
	width: 575px;
	height: 400px;
	margin-top: -200px;
	z-index: 1;
	vertical-align: middle;
}

#contact p {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
}

#contact p.sent {
	font-style: italic;
	font-size: 12px;
}

#contact p.title {
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
}

#contact a {
	color: #f22d94;
	text-decoration: none;
	vertical-align: top;
	padding-left: 5px;
}

#contact a:hover {
	color: #000;
	text-decoration: none;
}

#contact table {
	border-collapse: collapse;
	vertical-align: top;
}

#contact td {
	padding: 3px;
	vertical-align: top;
}

#contact td.textholder {
	width: 100px;
	padding: 3 15 15 15px;
	border-width: 0 0 0 0px;
	border-color: #000000;
	border-style: solid;
}

#contact td.footer {
	border-width: 1 0 0 0px;
	border-color: #000000;
	border-style: solid;
}

#contact input[type=text] {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
}

#contact input {
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#contact input[type=submit] {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
}

#contact input:hover[type=submit] {
	background-color: #000;
	color:#fff;
	text-decoration:none;
}

#contact textarea {
	width: 400px;
	height: 120px;
	border: 1px solid black;
	padding: 5px;
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
}

#abouttxt1 {
	opacity: 1;
	top: 50%;
	position: absolute;
	left: 50%;
	z-index: 1;	
	background-color: white;
	position: absolute;
	vertical-align: middle;	
}

#abouttxt1 p {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
	text-align: justify;
}

#abouttxt1 a {
	color: #f22d94;
	text-decoration: none;
}

#abouttxt1 a:hover {
	color: #000;
	text-decoration: none;
}

#abouttxt2 {
	opacity: 1;
	position: absolute;
	z-index: 1;	
	background-color: white;
	position: absolute;
	left: 50%;
	vertical-align: middle;	
	top: 50%;
}

#abouttxt2 p {
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-indent: 0px;
	color: #000000;
	margin-top: 0px;
	text-align: justify;
}

#abouttxt2 a {
	color: #f22d94;
	text-decoration: none;
}

#abouttxt2 a:hover {
	color: #000;
	text-decoration: none;
}

#aboutimage {
	opacity: 1;
	top: 50%;
	position: absolute;
	left: 50%;
	z-index: 1;	
	background-color: white;
	position: absolute;
	vertical-align: middle;	
}

#aboutimageid {
	border-style: solid;
	border-color: black;
	border-width: 2px;
}

#news {
	position: absolute;
	top: 45px;
	left: 45px;
	background-color: white;
}

#news p {
	color: #000000;
	font-style: italic;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;

}

#news a {
	color: #000000;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
}

#news a:hover {
	color: #f22d94;
	text-decoration: none;
}

#news a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#news a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#news {
	position: absolute;
	top: 45px;
	left: 45px;
	background-color: white;
}

#news_ja {
	position: absolute;
	top: 45px;
	left: 45px;
	background-color: white;
}

#news_ja p {
	color: #000000;
	font-style: italic;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;

}

#news_ja a {
	color: #000000;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
}

#news_ja a:hover {
	color: #f22d94;
	text-decoration: none;
}

#news_ja a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#news_ja a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newssub {
	position: absolute;
	top: 45px;
	left: 180px;
	background-color: white;
}

#newssub p {
	color: #000000;
	font-style: italic;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;

}

#newssub a {
	color: #000000;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
}

#newssub a:hover {
	color: #f22d94;
	text-decoration: none;
}

#newssub a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newssub a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newssub_ja {
	position: absolute;
	top: 45px;
	left: 180px;
	background-color: white;
}

#newssub_ja p {
	color: #000000;
	font-style: italic;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0px;

}

#newssub_ja a {
	color: #000000;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
}

#newssub_ja a:hover {
	color: #f22d94;
	text-decoration: none;
}

#newssub_ja a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newssub_ja a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newsmain {
	position: absolute;
	top: 45px;
	left: 330px;
	background-color: white;
	width: 600px;
	vertical-align: top;
	/*border-style: dotted;
	border-width: 1px;
	border-color: black;*/
}

#newsmain td {
	padding: 0 20 0 0px;
}

#newsmain p {
	color: #000000;
	/*font-style: italic;*/
	font-family: Gill sans, sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin: 0 0 10 0px;
	text-align: justify;
}

#newsmain p.header {
	font-weight: bold;
	margin: 0px;
}

#newsmain p.date {
	font-style: italic;
	font-size: 10px;
}

#newsmain p.s {
	margin-top: 10px;
}

#newsmain img.header {
	height: 125px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#newsmain a {
	color: #f22d94;
	text-decoration: none;
	vertical-align: top;
}

#newsmain a:hover {
	color: #000;
	text-decoration: none;
}

#newsmain a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newsmain a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newsmain_ja {
	position: absolute;
	top: 45px;
	left: 330px;
	background-color: white;
	width: 600px;
	/*border-style: dotted;
	border-width: 1px;
	border-color: black;*/
}

#newsmain_ja td {
	padding: 0 20 0 0px;
	vertical-align: top;
}

#newsmain_ja p {
	color: #000000;
	/*font-style: italic;*/
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	vertical-align: top;
	margin: 0 0 10 0px;
	text-align: justify;
}

#newsmain_ja p.header {
	font-weight: bold;
	margin: 0px;
}

#newsmain_ja p.date {
	font-style: italic;
	font-size: 10px;
}

#newsmain_ja p.s {
	margin-top: 10px;
}

#newsmain_ja img.header {
	height: 125px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#newsmain_ja a {
	color: #f22d94;
	text-decoration: none;
	vertical-align: top;
}

#newsmain_ja a:hover {
	color: #000;
	text-decoration: none;
}

#newsmain_ja a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newsmain_ja a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family:Verdana,'メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newsmini {
	position: absolute;
	bottom: 42px;
	right: 15px;
	/*background-color: black;*/
	width: 200px;
	height: 150px;
	opacity: 0;
	/*border-style: dotted;
	border-width: 1px;
	border-color: black;*/
}

#newsmini p {
	color: black;
	/*font-style: italic;*/
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	margin: 0 0 10 0px;
	text-align: justify;
	opacity: 1;
	padding: 5 5 5 5px;
}

#newsmini p.header {
	font-weight: bold;
	margin: 0px;
	line-height: 20px;
}

#newsmini p.title {
	font-weight: bold;
	margin: 0px;
	line-height: 5px;
}

#newsmini p.date {
	font-style: italic;
	font-size: 10px;
}

#newsmini p.s {
	margin-top: 10px;
}

#newsmini img.header {
	height: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#newsmini a {
	color: black;
	text-decoration: none;
	vertical-align: top;
}

#newsmini a:hover {
	color: black;
	text-decoration: none;
}

#newsmini br {
	line-height: 5px;
}

#newsmini a.headerS {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}

#newsmini a.headerS:hover {
	color: #f22d94;
	text-decoration: none;
	font-family: Gill sans, sans-serif;
	font-size: 10px;
	vertical-align: top;
	/*background-color: white;
	padding: 0 5 0 5px;*/
}
