﻿#wrapper {
	border: 0;
	border-radius:15px;
	display: table;
	width :1200px;
	margin: auto;
	padding: 10px;
	padding-left: 15px;
	background-color: white;
}

#header {
    font-family: Sylfaen;
	font-size: xx-large;
	text-align: center;
	font-weight: bold;
	width=50%;
}

#content {
	padding:10px;
	display: inline-block;
}
#content-left {
	width:180px;
	float:left;
	
}

#content-main {
	float:right;
	display: inline-block;
	width:950px;
}

div.dieRollContainer {
	border: 1px;
	border-color: gray;
	border-style: solid;
	display: table;
	width :1150px;
	margin: auto;
	padding: 10px;
	padding-left: 15px;
	background-color: lightgray;
}

div.dieRoll {
	border: 1px;
	border-color: black;
	border-style: solid;
	margin-bottom: 10px;
	width :1100px;
	padding: 10px;
	padding-left: 15px;
	
}

td.data {
    width: 65px;
    text-align: center;
}


table {
	background-color: white;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

a.banner-buttons {
	text-decoration:none
}

span.menusm {
	  font-size: small;
  }

div.blogheader {
	
	font-size: large;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif
}

span.blogdate {
	  font-size: small;
	  font-family:Georgia, "Times New Roman", Times, serif
  }

select.chooser {
	width:100%;
	min-width:100%
	overflow:auto;
}